Skip to content
Snippets Groups Projects
Commit 8627dbde authored by Luca Weiss's avatar Luca Weiss
Browse files

pipeline: support riscv64

Currently the Alpine CI jobs are called build-riscv64-emulated, so use
the -emulated suffix also.
parent 6bd5ba15
No related branches found
No related tags found
1 merge request!15pipeline: support riscv64
Pipeline #184903 passed
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment