Skip to content

Commit

Permalink
Properly emulated arm64 Docker builds (#826)
Browse files Browse the repository at this point in the history
Signed-off-by: Lavi Blumberg <lavifb@gmail.com>
  • Loading branch information
lavifb committed Apr 24, 2023
1 parent 58a1f2d commit b7233d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-stable-slim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b7233d1

Please sign in to comment.