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

Support for ARM (arm64) architecture? #2442

Open
larrywest opened this issue Mar 4, 2024 · 0 comments · May be fixed by #2461
Open

Support for ARM (arm64) architecture? #2442

larrywest opened this issue Mar 4, 2024 · 0 comments · May be fixed by #2461
Labels
enhancement New feature or request

Comments

@larrywest
Copy link

Problem

Most of our developer laptops and some of our Kubernetes nodes now run on arm64 architecture (aarch64 on the MacBooks), but the auto-linux and auto-macos assets, as of v11.1.1, are only available for x86-64 (a.k.a. amd64) architecture.

This means we can't use auto everywhere we'd like, which for us and I suspect for many users is either an impediment to using auto or to switching architectures.

PS: Linux has supported arm64 for about a decade, and Apple since 2020 (and has begun winding down support of x86-64/amd64). I do not know about Windows.

Proposed solution

Build and publish assets for the arm64 architecture for Linux and MacOS.

Alternatives

We could build them from source code for our own use, but it seems like the auto team would want to do this anyway.

@larrywest larrywest added the enhancement New feature or request label Mar 4, 2024
@adierkens adierkens linked a pull request May 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant