How to release multi-arch packages? #1601
Replies: 2 comments 2 replies
-
Yes. We're currently releasing them as separate packages. So when you upload it there is a toggle to choose arm vs x86. You can see this in action via:
The x86 pkgs clearly outnumber arm by quite a lot. I suppose one could create a fat package like macos universal/fat binary but the kernel is still purpose built for each architecture and arch has to be chosen at image creation. |
Beta Was this translation helpful? Give feedback.
-
@eyberg Ah yeah, I got stuck at doing I think adding the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a package (radiosilence/nano-web) that I'd like to be able to run on both AWS x86 instances (amd64) and also Gravitron (arm64). Should I release them as separate versions ie
nano-web_x.x.x-amd64
andnano-web_x.x.x-arm64
or is there a way to have a multi-arch unikernel? Is there an idiomatic way to do this at all?Beta Was this translation helpful? Give feedback.
All reactions