Skip to content

Commit

Permalink
Init buildx.
Browse files Browse the repository at this point in the history
  • Loading branch information
aandryashin committed Apr 23, 2024
1 parent 140823c commit 44668e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

set -e

docker buildx create --use
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-s -w" -o init-amd64
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags "-s -w" -o init-arm64

0 comments on commit 44668e4

Please sign in to comment.