chore(ci): set image platform on image build (#811)

Co-authored-by: Simon Aronsson <simme@arcticbit.se>
This commit is contained in:
nils måsén 2021-02-04 11:30:56 +01:00 committed by GitHub
parent a068203e4d
commit d0943c3b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 23 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.11 as alpine
FROM --platform=$BUILDPLATFORM alpine:3.11 as alpine
RUN apk add --no-cache \
ca-certificates \