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

os_architecture option #1320

Closed
wants to merge 1 commit into from
Closed

os_architecture option #1320

wants to merge 1 commit into from

Conversation

Sadi-a
Copy link

@Sadi-a Sadi-a commented Mar 28, 2023

Until now, typhoon with flatcar-linux on bare metal was only available for machines with an AMD64 (x86_64) architecture. This means there is no currently no support of ARM64 (aarch64) machines. In this commit, the support for different architectures on flatcar-linux with bare-metal was added. This was done through the addition of an os_architecture variable which replaces the hardcoding of the "amd64" string in some places, such as in the links to the flatcar-linux releases

Fixes #1319

Until now, typhoon with flatcar-linux on bare metal was only available for machines with an AMD64 (x86_64) architecture. This means there is no currently no support of ARM64 (aarch64) machines.
In this commit, the support for different architectures on flatcar-linux with bare-metal was added. This was done through the addition of an os_architecture variable which replaces the hardcoding of the "amd64" string in some places, such as in the links to the flatcar-linux releases
@Sadi-a Sadi-a marked this pull request as draft March 28, 2023 11:04
@dghubble
Copy link
Member

dghubble commented Mar 29, 2023

Thanks, but as I mentioned in #1319 we don't have arm64 hardware and won't merge features that can't be validated and maintained.

@dghubble dghubble closed this Mar 29, 2023
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.

Adding support for ARM64 architecture on bare-metal with flatcar-linux
2 participants