rancherfederal / rke2-ansible

RKE2 cluster provisioning via Ansible.
Apache License 2.0
228 stars 128 forks source link

Add support for ARM64 #220

Open mlhynfield opened 5 months ago

mlhynfield commented 5 months ago

Should be a pretty simple implementation, as far as my testing has gone you just need to parameterize wherever amd64 is hardcoded.

mddamato commented 5 months ago

I agree there are some places where the file names should not be hard coded. It was only until recent that RKE2 supported ARM ( v1.27.3 ). What you're trying to do, however, can be supported by approaching this differently.

I know this is not the cleanest workaround. The file names will still be marked as amd64 on the hosts and you can't let the playbook resolve versions, but this should work. If it doesn't let us know.

I'll leave this open for a future cleanup of hard coded file names and support for arm.

aleiner commented 4 months ago

addressed via #246