File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ go build -o=s2c ../s2c
44
55rm -rf sfx-exe/ || true
66
7- GOOS=linux GOARCH=amd64 go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
8- GOOS=linux GOARCH=arm64 go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
9- GOOS=linux GOARCH=arm go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
10- GOOS=linux GOARCH=ppc64le go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
11- GOOS=linux GOARCH=mpis64 go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
7+ GOOS=linux GOARCH=amd64 go build -ldflags=" -s -w" -o ./sfx-exe/linux-amd64 ./_unpack/main.go
8+ GOOS=linux GOARCH=arm64 go build -ldflags=" -s -w" -o ./sfx-exe/linux-arm64 ./_unpack/main.go
9+ GOOS=linux GOARCH=arm go build -ldflags=" -s -w" -o ./sfx-exe/linux-arm ./_unpack/main.go
10+ GOOS=linux GOARCH=ppc64le go build -ldflags=" -s -w" -o ./sfx-exe/linux-ppc64le ./_unpack/main.go
11+ GOOS=linux GOARCH=mips64 go build -ldflags=" -s -w" -o ./sfx-exe/linux-mips64 ./_unpack/main.go
1212
13- GOOS=darwin GOARCH=amd64 go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
14- GOOS=darwin GOARCH=arm64 go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
13+ GOOS=darwin GOARCH=amd64 go build -ldflags=" -s -w" -o ./sfx-exe/darwin-amd64 ./_unpack/main.go
14+ GOOS=darwin GOARCH=arm64 go build -ldflags=" -s -w" -o ./sfx-exe/darwin-arm64 ./_unpack/main.go
1515
16- GOOS=windows GOARCH=amd64 go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
17- GOOS=windows GOARCH=386 go build -ldflags=" -s -w" -o ./sfx-exe/$GOOS - $GOARCH ./_unpack/main.go
16+ GOOS=windows GOARCH=amd64 go build -ldflags=" -s -w" -o ./sfx-exe/windows-amd64 ./_unpack/main.go
17+ GOOS=windows GOARCH=386 go build -ldflags=" -s -w" -o ./sfx-exe/windows-386 ./_unpack/main.go
1818
1919./s2c -rm -slower sfx-exe/*
2020
You can’t perform that action at this time.
0 commit comments