Compare commits

..

No commits in common. "724c11864e448b66e7250117061c824bbeb10532" and "56a28367f342f395586d1bf6db03eb5d1272a4e5" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ steps:
image: plugins/manifest image: plugins/manifest
settings: settings:
ignore_missing: true ignore_missing: true
target: spcodes/morty:v0.2.0 target: spcodes/morty:v0.1.0
template: spcodes/morty:OS-ARCH template: spcodes/morty:OS-ARCH
platforms: platforms:
- linux/amd64 - linux/amd64

View file

@ -6,7 +6,7 @@ FROM arm32v7/golang:1.15.7-alpine3.12@sha256:d54bff25a171d1b3036bf6b5dea2bbfaf75
FROM arm64v8/golang:1.15.7-alpine3.12@sha256:e5389316a6dc295d6c0ca269c39124ad5bc9ebb416c71c810822cf6fbcf8ff01 AS builder-arm64 FROM arm64v8/golang:1.15.7-alpine3.12@sha256:e5389316a6dc295d6c0ca269c39124ad5bc9ebb416c71c810822cf6fbcf8ff01 AS builder-arm64
FROM builder-${ARCH} AS builder FROM builder-${ARCH} AS builder
ENV MORTY_VERSION="v0.2.0" ENV MORTY_VERSION="v0.1.0"
WORKDIR $GOPATH/src/github.com/asciimoo/morty WORKDIR $GOPATH/src/github.com/asciimoo/morty