Skip to content

Commit

Permalink
update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuxu committed Feb 21, 2024
1 parent 176281f commit d71406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir -p ./release
# os_all='linux windows darwin freebsd'
# arch_all='386 amd64 arm arm64'

platforms=("windows/amd64" "windows/386" "windows/arm64" "linux/amd64" "linux/386" "linux/arm64" "darwin/amd64" "darwin/arm64" )
platforms=("windows/amd64" "windows/386" "windows/arm64" "linux/amd64" "linux/386" "linux/arm64" "darwin/amd64" "darwin/arm64" "freebsd/amd64" "freebsd/386" "freebsd/arm64" )

for platform in "${platforms[@]}"
do
Expand Down

0 comments on commit d71406d

Please sign in to comment.