We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
"hetzner-server-type=cx22"
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Leads to
ERROR: Error creating machine: Error in driver during machine creation: could not create server: missing image
"hetzner-server-type=cx22"
This worksI 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
The text was updated successfully, but these errors were encountered: