consistent use of architecture names at qemu images #6
Closed
ulbu261833
started this conversation in
General
Replies: 1 comment 2 replies
-
|
This caused by inconsistent upstream naming. The Debian packages use "amd64", qemu is using x86_64. Similar for aarch64 and arm64. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For amd64 there is used the name amd64 and the architecture x86_64 while for arm64 there is used the name aarch64 and the architecture aarch64.
I would have preferred to define either name and architecture x86_64 for amd64 when aarch64 shall continue to be used for both at arm64 or to define name and architecture differently for both amd64 and arm64 (amd64: name amd64, architecture x86_64; arm64: name arm64, architecture aarch64).
Beta Was this translation helpful? Give feedback.
All reactions