nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.27k stars 132 forks source link

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

Open eyberg opened 12 months ago

radiosilence commented 6 months ago

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

eyberg commented 6 months ago

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

the set of possible runs are:

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

radiosilence commented 6 months ago

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

eyberg commented 6 months ago

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