Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Sep 25, 2024
1 parent a27b706 commit d6523f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tool/build-all-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export GOOS=darwin
export GOARCH=amd64
source ${PWD}/inc-build.sh

export GOOS=darwin
export GOARCH=arm64
source ${PWD}/inc-build.sh


export GOOS=freebsd
export GOARCH=386
Expand Down
2 changes: 1 addition & 1 deletion tool/builder.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go install github.com/admpub/nging-builder@latest
platform="linux_amd64,linux_386,freebsd_amd64,freebsd_386,linux_arm,linux_arm64,windows_amd64,windows_386,darwin_amd64,linux_mips,linux_mips64,linux_mipsle,linux_mips64le"
platform="linux_amd64,linux_386,freebsd_amd64,freebsd_386,linux_arm,linux_arm64,windows_amd64,windows_386,darwin_amd64,darwin_arm64" #,linux_mips,linux_mips64,linux_mipsle,linux_mips64le
if [ "$1" != "" ]; then
platform="$1"
fi
Expand Down

0 comments on commit d6523f7

Please sign in to comment.