-
Notifications
You must be signed in to change notification settings - Fork 202
Rename arm profile #3536
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 like linux-arm. Not a fan of graviton, because that's a product name. Arm64 is okay, but maybe not specific enough. We could then also rename the current one to apple-arm |
Not yet putting this into tools until ready |
I like |
IMHO - A few items for consideration:
|
+1 for |
Agree with that actually |
Not sure to understand the rationale to have "apple" mapping to amd64 platform, when Silicon corresponds to arm64? |
Current
This was so Rosetta emulation can run the existing containers. Now that |
Sorry, my comment was very brief as it was the end of a meeting and we were over time. Some additional detail: Conflation with container techI think basically everyone would prefer to keep separate, however the reason for It's this practical, rather than philosophical, reason that led me to this structure in the planning blog post, which I continue to suggest here today. So to clarify, instead of If someone can think up some config syntax magic to do combinatorial profile Apple / osx etc.I also didn't love Apple, but @mashehu and @edmundmiller seemed to like it and I didn't care that much 😅 Conda uses OtherI would prefer not to go for [edit: it clearly is used by conda as shown in my screenshot directly above this comment 🤦🏻 - still, I prefer to avoid change unless there's a strong reason for it] |
I disagree and I never liked the It should always have had a name which made it clearer it was running x86 containers regardless of what was available so I similarly don't like e.g. I would have thought |
@awgymer - totally agree. This has been bugging me but I'd not been able to put it into words, but you hit the nail on the head there.
|
nf-core/rnaseq#1497
The addition of actual ARM processor support is causing confusing with the default
arm
profile.The
--platform=linux/amd64
is for Apple ARM-based computers emulating amd64 architecture. We really should rename that, and maybe it should be apple and arm correctly using the arm containers.But I could see switch
arm
underneath being confusing.So I'm proposing
arm
toapple
arm
to avoid gotchas when people are trying to run either.Maybe
arm64
,graviton
,linux-arm
?Background
The text was updated successfully, but these errors were encountered: