Does Aptly support arch variants? (such as amd64v3) #1501
Replies: 4 comments 1 reply
-
|
Hi @FelicianoTech ! I don't think aptly enforces architectures anywhere, but until there is a repo to test (and see how ubuntu supports this) it is difficult to say, but I am rather positive... :) |
Beta Was this translation helpful? Give feedback.
-
|
+1 Ubuntu's intended behavior for architecture variants seems to be that the system remains amd64, while amd64v3 is used only as an optimized variant when available, with fallback to normal amd64 packages. However, when using an Aptly-published mirror containing both amd64 and amd64v3, APT appears to use only the amd64v3 On the same host, with the same My Aptly mirror/publish includes those architectures: To me the issue seems related to how Aptly publishes/represents repositories with architecture variants, please advice. Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
I think aptly lacks support for architecture variants, at least there is no mention of them. We would need to implement this feature I guess, I'll be happy to review some PRs ! |
Beta Was this translation helpful? Give feedback.
-
|
@Zohman could you please share how you created that mirror ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks!
So architecture variants have been around for a bit now. Go itself added support for amd64 variants in the Go v1.17 release. Yesterday, Ubuntu has announced that they will be adding support in their repositories for the first time.
This got me thinking, does Aptly have support for this? Or maybe, does Aptly even need to support this or is this simply built into the .debs themselves?
Beta Was this translation helpful? Give feedback.
All reactions