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 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -17,6 +17,9 @@ def get_arch_alpine_native() -> str:
"i686": "x86",
"riscv64": "riscv64",
"x86_64": "x86_64",
"ppc64le": "ppc64le",
"s390x": "s390x",
"loongarch64": "loongarch64",
}
if machine in mapping:
return mapping[machine]
Loading