mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
feat: buildx failed with: EROR: failed to solve: executor failed running [/bin/sh -c ./build.sh]: exit code: 127 (#1089)
This commit is contained in:
parent
e266696b32
commit
af9ae7dbb7
2
build.sh
2
build.sh
@ -6,6 +6,6 @@ then
|
||||
echo "Successfully connected to Google, no need to use Go proxy"
|
||||
else
|
||||
echo "Google is blocked, Go proxy is enabled: GOPROXY=https://goproxy.cn,direct"
|
||||
GO_PROXY_SETTING=GOPROXY=https://goproxy.cn,direct
|
||||
GO_PROXY_SETTING=$(GOPROXY=https://goproxy.cn,direct)
|
||||
fi
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $GO_PROXY_SETTING go build -ldflags="-w -s" -o server .
|
||||
|
Loading…
x
Reference in New Issue
Block a user