mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-24 00:17:09 +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
|
if [ "$DO_BUILD" -eq "1" ]; then
|
||||||
# build the zitadel binary
|
# build the zitadel binary
|
||||||
goreleaser build --snapshot --single-target --rm-dist
|
GOOS="linux" GOARCH="amd64" goreleaser build --snapshot --single-target --rm-dist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# extract some metadata for building and tagging the docker image
|
# extract some metadata for building and tagging the docker image
|
||||||
|
|||||||
Reference in New Issue
Block a user