Skip to content
Snippets Groups Projects

pipeline: support riscv64

Closed Imported Administrator requested to merge mrtest-riscv64 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -14,7 +14,8 @@ def get_arch_alpine_native():
"x86_64": "x86_64",
"aarch64": "aarch64",
"armv6l": "armhf",
"armv7l": "armv7"
"armv7l": "armv7",
"riscv64": "riscv64-emulated",
}
if machine in mapping:
return mapping[machine]
Loading