Skip to content

Commit d77428b

Browse files
authored
fix: basic loongarch64 support (#8)
Signed-off-by: Ivan A. Melnikov <[email protected]>
1 parent 2d90e85 commit d77428b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dep_logic/tags/platform.py

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ class Arch(Enum):
337337
X86_64 = "x86_64"
338338
S390X = "s390x"
339339
RISCV64 = "riscv64"
340+
LoongArch64 = "loongarch64"
340341

341342
def __str__(self) -> str:
342343
return self.value

0 commit comments

Comments
 (0)