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

Allow other architecture hosts #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ClashTheBunny
Copy link
Contributor

This add support for arm64 (which shows up in ansible as aarch64).

To add another, add something like this to k3s_architectures:

  <ansible_architecture output>:
    arch_suffix: "<suffix of binary on k3s releases>"
    arch_sum: "<name of file that contains the checksums for arch>"

Tested with a raspberry pi running debian aarch64 upstream.

This add support for arm64 (which shows up in ansible as aarch64).

To add another, add something like this to k3s_architectures:

```
  <ansible_architecture output>:
    arch_suffix: "<suffix of binary on k3s releases>"
    arch_sum: "<name of file that contains the checksums for arch>"
```

Tested with a raspberry pi running debian aarch64 upstream.
@khuedoan
Copy link
Owner

khuedoan commented Mar 2, 2024

Thank you for making this PR, but I don't think I want to merge this into the main project (at least not yet) since I don't own any ARM device, and it's hard for me to ensure that future code changes won't break anything for ARM users.

But I will gladly add links to forks that support ARM for reference.

(Related issue #57)

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.

None yet

2 participants