Skip to content

Commit

Permalink
Merge pull request #11 from aandryashin/master
Browse files Browse the repository at this point in the history
Init buildx.
  • Loading branch information
vania-pooh authored Apr 23, 2024
2 parents 140823c + 44668e4 commit 58a4394
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 58a4394

Please sign in to comment.