Skip to content

Commit

Permalink
Support aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
h-matsuo authored Oct 30, 2024
1 parent 8c5d7eb commit 13dc903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ echo '::group::Preparing ...'
unameArch="$(uname -m)"
case "${unameArch}" in
x86*) arch=64bit;;
aarch64) arch=ARM64;;
arm64) arch=ARM64;;
*) echo "Unsupported architecture: ${unameArch}. Only AMD64 and ARM64 are supported by the action" && exit 1
esac
Expand Down

0 comments on commit 13dc903

Please sign in to comment.