mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-23 17:28:24 +00:00
specify GOOS and GOARCH for dockerfile compatible binary
This commit is contained in:
@@ -29,7 +29,7 @@ shift "$(($OPTIND -1))"
|
||||
|
||||
if [ "$DO_BUILD" -eq "1" ]; then
|
||||
# build the zitadel binary
|
||||
goreleaser build --snapshot --single-target --rm-dist
|
||||
GOOS="linux" GOARCH="amd64" goreleaser build --snapshot --single-target --rm-dist
|
||||
fi
|
||||
|
||||
# extract some metadata for building and tagging the docker image
|
||||
|
||||
Reference in New Issue
Block a user