Properly emulated arm64 Docker builds (#826)

Signed-off-by: Lavi Blumberg <lavifb@gmail.com>
This commit is contained in:
Lavi Blumberg 2023-04-24 11:32:59 -04:00 committed by GitHub
parent 58a1f2d079
commit b7233d1238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ RUN make static-${TARGETOS}-${TARGETARCH}
# -----------------------------------------------------------------------------
FROM --platform=$BUILDPLATFORM alpine:3.16
FROM alpine:3.16
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile

View File

@ -12,7 +12,7 @@ RUN make static-${TARGETOS}-${TARGETARCH}
# -----------------------------------------------------------------------------
FROM --platform=$BUILDPLATFORM debian:stable-slim
FROM debian:stable-slim
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile

View File

@ -12,7 +12,7 @@ RUN make static-${TARGETOS}-${TARGETARCH}
# -----------------------------------------------------------------------------
FROM --platform=$BUILDPLATFORM ubuntu:20.04
FROM ubuntu:20.04
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile