mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-21 17:52:14 +01:00
Support LoongArch64 architecture
This commit is contained in:
parent
183a23ccc9
commit
529dc51500
@ -34,6 +34,7 @@ class BuildArch(str, Enum):
|
|||||||
ATHLON = "athlon"
|
ATHLON = "athlon"
|
||||||
IA64 = "ia64"
|
IA64 = "ia64"
|
||||||
K1OM = "k1om"
|
K1OM = "k1om"
|
||||||
|
LOONGARCH64 = "loongarch64"
|
||||||
MIPS = "mips"
|
MIPS = "mips"
|
||||||
MIPSEL = "mipsel"
|
MIPSEL = "mipsel"
|
||||||
MIPS32 = "mips32"
|
MIPS32 = "mips32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user