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 9c05c9c commit b0ecba0Copy full SHA for b0ecba0
1 file changed
.github/workflows/build.yaml
@@ -94,6 +94,10 @@ jobs:
94
steps:
95
- uses: actions/checkout@v4
96
97
+ - name: Set up QEMU for cross-arch builds
98
+ if: matrix.use_cross
99
+ uses: docker/setup-qemu-action@v3
100
+
101
# Linux-specific dependencies for native x86_64 build
102
- name: Install Linux dependencies (x86_64)
103
if: runner.os == 'Linux' && matrix.target == 'x86_64-unknown-linux-gnu'
0 commit comments