Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5e1dac5

Browse files
Merge branch 'fix/cli-install-aarch64-support' into 'master'
Fix CLI install script to support aarch64 architecture See merge request postgres-ai/database-lab!1057
2 parents cdf5618 + 970a1a4 commit 5e1dac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎engine/scripts/cli_install.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ esac
3131
arch=$(uname -m)
3232
case "$arch" in
3333
x86_64*) arch="amd64" ;;
34-
arm64*) arch="arm64" ;;
34+
arm64*|aarch64*) arch="arm64" ;;
3535
*) echo "Unsupported architecture: $arch"; exit 1 ;;
3636
esac
3737

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /