Skip to content

Commit

Permalink
arm64 -> aarch64 in rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Oct 15, 2023
1 parent bf84e75 commit d953894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/linux/nuvfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks:
export REL="${VERSION##*.}"
export ARCH="{{.ARCH}}"
case "$ARCH" in
arm64) export TGT="arm64" ;;
arm64) export TGT="aarch64" ;;
amd64) export TGT="x86_64" ;;
esac
case "$(lsb_release -rs)" in
Expand Down

0 comments on commit d953894

Please sign in to comment.