Skip to content

Commit

Permalink
Added arm64 builds to release
Browse files Browse the repository at this point in the history
  • Loading branch information
biosvs committed Jan 27, 2025
1 parent d6dbcf7 commit 0dbadb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -z "$VERSION" ]; then
fi

OSs=(linux darwin)
ARCHs=(amd64)
ARCHs=(amd64 arm64)

for OS in "${OSs[@]}"; do
for ARCH in "${ARCHs[@]}"; do
Expand Down

0 comments on commit 0dbadb8

Please sign in to comment.