1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-19 08:42:11 +01:00

Support LoongArch64 architecture

This commit is contained in:
Adrian Schröter 2024-11-26 10:56:57 +01:00
parent 183a23ccc9
commit 529dc51500

View File

@ -34,6 +34,7 @@ class BuildArch(str, Enum):
ATHLON = "athlon"
IA64 = "ia64"
K1OM = "k1om"
LOONGARCH64 = "loongarch64"
MIPS = "mips"
MIPSEL = "mipsel"
MIPS32 = "mips32"