Skip to content
Snippets Groups Projects

pipeline: support all Alpine architectures

Merged achill (fossdd) requested to merge fossdd/mrhlpr:full-alpine-archs into master
All threads resolved!
+ 1
1
@@ -19,7 +19,7 @@ def get_arch_alpine_native() -> str:
"x86_64": "x86_64",
"ppc64le": "ppc64le",
"s390x": "s390x",
"loongarch64": "loongarch64"
"loongarch64": "loongarch64",
}
if machine in mapping:
return mapping[machine]
Loading