mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-07 10:14:33 +00:00
specify GOOS and GOARCH for dockerfile compatible binary
This commit is contained in:
parent
18364cc00a
commit
0f379f2db7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user