-
Notifications
You must be signed in to change notification settings - Fork 748
Arm profile platform should be linux/arm64 #1497
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
Comments
I'd be happy to make this simple PR. If I should, would it be considered a patch PR to |
Hey @birnbera, the Let's open an issue on tools for it and make sure it's across the board or if we should avoid the name altogether to avoid gotchas. |
@edmundmiller I believe the correct platform name for ARM processors is |
You're right! But that's not the purpose of the profile. It's for m1 etc. based processors, not Linux based processors. Here's the PR originally adding the profile. You shouldn't need to specify that unless you're emulating the processors. See this PR I'm working on for proper ARM support. I personally find it confusing as we add arm support, but the |
Description of the bug
In #1425 config was added for ARM compatible docker images. However, in the corresponding
arm
profile, it still sets the docker platform aslinux/amd64
:rnaseq/nextflow.config
Line 193 in b96a753
Since arm.config references images that are ARM-only, when you try to run with the
arm
profile, you get errors from the docker engine, like:Getting rid of the extra
docker.runOptions
from thearm
profile fixes the issue.Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: