Skip to content

Commit

Permalink
Merge pull request #421 from yarpc/add-arm64-builds
Browse files Browse the repository at this point in the history
Added arm64 builds to release
  • Loading branch information
biosvs authored Jan 27, 2025
2 parents d6dbcf7 + 0dbadb8 commit 8cc553a
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 8cc553a

Please sign in to comment.