Skip to content
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

allow nanos-version to be used in cross-arch #1527

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

eyberg
Copy link
Contributor

@eyberg eyberg commented Sep 30, 2023

No description provided.

@radiosilence
Copy link
Contributor

Why not just use -arm64 as local folder to make sure the arch is specifically 64 bit?

@eyberg
Copy link
Contributor Author

eyberg commented Mar 17, 2024

we do do this already, just not everything conforms to it yet,

the set of possible runs are:

  • run x86 on arm64
  • run arm64 on x86
  • run x86 on x86
  • run arm64 on arm64

so we want sane defaults everywhere (eg: default to user's native platform) but allow them to override as they see fit

@radiosilence
Copy link
Contributor

I get it but the PR basically adds -arm and I figured there would be no harm in making it more explicit :)

@eyberg
Copy link
Contributor Author

eyberg commented Mar 18, 2024

i see what you are saying - nanos is 64bit only - we don't have plans for ever adding 32bit; this pr is kinda dead regardless; i'll need to revisit it once i find some time

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

Successfully merging this pull request may close these issues.

None yet

2 participants