Open mlhynfield opened 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.
addressed via #246
Should be a pretty simple implementation, as far as my testing has gone you just need to parameterize wherever
amd64
is hardcoded.