Skip to content

Commit

Permalink
Merge pull request #1360 from killianmuldoon/pr-fix-docker-build
Browse files Browse the repository at this point in the history
Build images on base image for target platform
  • Loading branch information
nickysemenza committed Mar 5, 2024
2 parents 02d4045 + 7f58e9c commit 44b96cf
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 44b96cf

Please sign in to comment.