Skip to content

Commit

Permalink
support for arm64
Browse files Browse the repository at this point in the history
with the developer preview of ARM available for 4.9, adding support in it for SNC so we can work toward having crc support for macs
  • Loading branch information
Prashanth684 committed Jul 30, 2021
1 parent 1c03932 commit 1b08483
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools.sh
Expand Up @@ -22,7 +22,12 @@ case "${ARCH}" in
x86_64)
yq_ARCH="amd64"
SNC_GENERATE_MACOS_BUNDLE=1
SNC_GENERATE_WINDOWS_BUNDLE=1
SNC_GENERATE_WINDOWS_BUNDLE=1
;;
aarch64)
yq_ARCH="arm64"
SNC_GENERATE_MACOS_BUNDLE=1
SNC_GENERATE_WINDOWS_BUNDLE=
;;
*)
yq_ARCH=${ARCH}
Expand Down

0 comments on commit 1b08483

Please sign in to comment.