Skip to content

Commit

Permalink
Merge pull request #1667 from adrianschroeter/loongarch
Browse files Browse the repository at this point in the history
Support LoongArch64 architecture
  • Loading branch information
dmach authored Nov 28, 2024
2 parents 608cf6e + 529dc51 commit baefd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osc/obs_api/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class BuildArch(str, Enum):
ATHLON = "athlon"
IA64 = "ia64"
K1OM = "k1om"
LOONGARCH64 = "loongarch64"
MIPS = "mips"
MIPSEL = "mipsel"
MIPS32 = "mips32"
Expand Down

0 comments on commit baefd63

Please sign in to comment.