Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation script to support aarch64 #645

Merged

Conversation

sobkulir
Copy link
Contributor

Description

The installation fails right now if uname -m reports aarch64 which, according to wikipedia, is a synonym for arm64 architecture (https://en.wikipedia.org/wiki/AArch64).

Therefore, this PR adds a rule for renaming aarch64 to arm64 in the installation script.

Testing

Using debian:stable-slim Docker image on M1 chip reported aarch64 as the architecture which is how I ran into this issue in the first place. This change made the installation work and running exo worked.

@pierre-emmanuelJ pierre-emmanuelJ merged commit 279e392 into exoscale:master Oct 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants