Skip to content

Commit

Permalink
The dpkg architecture name for loongarch64 is loong64
Browse files Browse the repository at this point in the history
Because otherwise it was too loong
  • Loading branch information
bluca authored and DaanDeMeyer committed Jan 25, 2025
1 parent de1379b commit 37ffad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkosi/distributions/debian.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def install(cls, context: Context) -> None:
"mips" : ["lib32", "lib64"],
"mipsel" : ["lib32", "lib64"],
"mips64el" : ["lib32", "lib64", "libo32"],
"loongarch64" : ["lib32", "lib64"],
"loong64" : ["lib32", "lib64"],
"powerpc" : ["lib64"],
"ppc64" : ["lib32", "lib64"],
"ppc64el" : ["lib64"],
Expand Down Expand Up @@ -227,7 +227,7 @@ def architecture(cls, arch: Architecture) -> str:
Architecture.x86_64: "amd64",
Architecture.x86: "i386",
Architecture.ia64: "ia64",
Architecture.loongarch64: "loongarch64",
Architecture.loongarch64: "loong64",
Architecture.mips64_le: "mips64el",
Architecture.mips_le: "mipsel",
Architecture.parisc: "hppa",
Expand Down

0 comments on commit 37ffad0

Please sign in to comment.