fix build-all.sh script
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
81e073ecb3
commit
1d36cea890
@ -105,7 +105,5 @@ echo "Building for linux ppc64le..."
|
||||
filename="${OUTDIR}/${PROJECT}.${VERSION}_linux.ppc64le_${GOVERSION}"
|
||||
CGO_ENABLED=1 CC='powerpc64le-linux-musl-gcc' GOOS='linux' GOARCH='ppc64le' go build -trimpath -o "$filename" -buildmode 'pie' -a -tags 'netgo' -ldflags '-s -w -extldflags "-static"'
|
||||
upx --best "$filename"
|
||||
upx -t "$filename
|
||||
upx -t "$filename"
|
||||
echo ""
|
||||
|
||||
echo "PLEASE DON'T JUDGE THIS SCRIPT, IT IS TRULY SO AWFUL. TO BE IMPROVED..."
|
||||
|
Loading…
Reference in New Issue
Block a user