Skip to content

Commit

Permalink
Add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 18, 2024
1 parent f659a7e commit a835096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package:
else \
exefile="$(NAME)" ; \
fi ; \
for arch in amd64 386; do \
for arch in amd64 arm64 386; do \
if [ $$os = "darwin" ] && [ $$arch = "386" ]; then \
echo "[SKIP] $$os/$$arch" ; \
else \
Expand Down

0 comments on commit a835096

Please sign in to comment.