-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
ERROR: Error creating machine: Error in driver during machine creation: could not create server: image has incompatible architecture (invalid_input) driver=hetzner name=runner-XXXX-runner-XXX-XXX operation=create
Hetzner Cloud introduced arm64 Support. But sadly, when you specify type caxYY with image "ubuntu-20.04" it defaults to x86.
https://github.com/hetznercloud/cli/blob/main/internal/cmd/image/describe.go#L23
Currently you have to get the current Image ID from the hcloud cli with arch arm64 for the corresponding image ID to use arm64.
More like an FYI if someone has the same problem. Still might be a good thing to get the right image in the first place.
mwild1
Metadata
Metadata
Assignees
Labels
No labels