Skip to content

Creating ARM instances not possible #128

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

Open
niklaszulus opened this issue Dec 2, 2024 · 0 comments
Open

Creating ARM instances not possible #128

niklaszulus opened this issue Dec 2, 2024 · 0 comments

Comments

@niklaszulus
Copy link

When trying to create an ARM instance i get following error

ERROR: Error creating machine: Error in driver during machine creation: could not create server: missing image

When using x86 based images everything works fine

To reproduce try creating a server using either cli or in my case autoscaling Gitlab Runnners

"hetzner-api-token=************", 
"hetzner-image=ubuntu-24.04", 
"hetzner-server-type=cax21", 
"hetzner-server-location=nbg1"

Leads to ERROR: Error creating machine: Error in driver during machine creation: could not create server: missing image

"hetzner-server-type=cx22" This works

I also tried specifying the image id from the API e.g. 161547270 (Ubuntu 24.04 on arm) which leads to this error

ERROR: Error creating machine: Error in driver during machine creation: could not create server: image has incompatible architecture (invalid_input)

For context: Im running an autoscaling server for Gitlab runners. The "broker" (The server that autoscales the other servers) runs on x86

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

No branches or pull requests

1 participant