canonical / craft-platforms

Manage platforms and architectures for charm applications.
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Add EFI architectures and a way to convert between deb arches and EFI arches #53

Open mattculler opened 2 months ago

mattculler commented 2 months ago
deb_to_efi_arch = {
    "amd64": "x64",
    "arm64": "aa64",
    "riscv64": "riscv64",
}
syncronize-issues-to-jira[bot] commented 2 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3457.

This message was autogenerated

flotter commented 2 months ago

See: https://github.com/systemd/systemd/blob/main/src/ukify/ukify.py for the full table.