mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
chore(ci): set image platform on image build (#811)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
This commit is contained in:
parent
a068203e4d
commit
d0943c3b77
4 changed files with 32 additions and 23 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue