Skip to content

Commit

Permalink
fix: build Go bin for the correct platform (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm authored Sep 4, 2024
1 parent 6113321 commit 094ed72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CONTAINER FOR BUILDING BINARY
FROM golang:1.22.4 AS build
FROM --platform=${BUILDPLATFORM} golang:1.22.4 AS build

WORKDIR $GOPATH/src/github.com/0xPolygon/cdk

Expand Down

0 comments on commit 094ed72

Please sign in to comment.