We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905918f commit 957b852Copy full SHA for 957b852
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
uses: docker/setup-qemu-action@v3.0.0
112
- name: Build cpuinfo in ${{ matrix.build_props[1] }}
113
run: |
114
- docker run -i -v $(pwd):/cpuinfo ${{ matrix.build_props[1] }} /bin/bash -c "
+ docker run --platform linux/riscv64 -i -v $(pwd):/cpuinfo ${{ matrix.build_props[1] }} /bin/bash -c "
115
apt update &&
116
apt install -y cmake git gcc g++ &&
117
cd /cpuinfo &&
0 commit comments