Skip to content

Commit 8790f2e

Browse files
committed
fixup! fixup! Integrate release scripts and CI into base repo
1 parent 39d0006 commit 8790f2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release/mac/build-archive.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ case "$ARCH" in
66
x86_64|amd64|win64)
77
export ARCH="x86_64"
88
;;
9+
arm64)
10+
;;
911
*)
10-
echo "Error: \$ARCH unset, please export ARCH=... (e.g., x86_64)"
12+
echo "Error: \$ARCH=\"$ARCH\" unsupported, please export ARCH=... (e.g., x86_64, arm64)"
1113
exit 1
1214
;;
1315
esac

0 commit comments

Comments
 (0)