Skip to content

Commit

Permalink
Add arm64 support (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
shore authored Mar 28, 2024
1 parent 4dbff4c commit 066f808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-rcodesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ os=linux
case "$(uname -m)" in
x86_64) ;;
amd64) arch=x86_64 ;;
arm64) arch=aarch64 ;;
*) echo "$(uname -m): unsupported machine architecture" 1>&2 ; exit 1 ;;
esac
case "$(uname -s)" in
Expand Down

0 comments on commit 066f808

Please sign in to comment.