Skip to content

Commit

Permalink
Build images on base image for target platform
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <cilliancapi@gmail.com>
  • Loading branch information
killianmuldoon committed Feb 22, 2024
1 parent 02d4045 commit 7f58e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.20
FROM --platform=${TARGETPLATFORM} golang:1.20

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 7f58e9c

Please sign in to comment.