-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
docker machine defaults to aarch64, best to make to autodetect? #299
Comments
The default should point to the x64 versions, since the default is also m5.arge |
I configure it always expicit like https://github.com/npalm/terraform-aws-gitlab-runner/blob/develop/examples/runner-default/main.tf so completely missed the bug |
I will set the default URL to |
npalm
added a commit
that referenced
this issue
Mar 11, 2021
npalm
added a commit
that referenced
this issue
Mar 11, 2021
npalm
added a commit
that referenced
this issue
Mar 11, 2021
npalm
added a commit
that referenced
this issue
Mar 11, 2021
npalm
added a commit
that referenced
this issue
Mar 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wondering why the default
docker_machine_download_url
defaults to the aarch64 binary. Note the description mentions x64.Maybe best to default
docker_machine_download_url
to""
and add a defaultdocker_machine_version
value? That way thetemplate/gitlab-runner.tpl
will download the appropriate arch and code will work for more users. Thanks!The text was updated successfully, but these errors were encountered: