Skip to content

Commit

Permalink
feat: installer support aarch64 Linux from binary
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Nov 14, 2023
1 parent 83c5c9b commit 030934e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ main() {
# show the configuration
show_config

if [[ "$FARCH-$OS" != x86_64-linux ]]; then
if [[ "$FARCH-$OS" != x86_64-linux && "$FARCH-$OS" != aarch64-linux ]]; then
log_error "$FARCH-$OS is not yet supported. Please use the --build option."
exit 1
fi
Expand Down

0 comments on commit 030934e

Please sign in to comment.