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 6ddb478 commit cc06137Copy full SHA for cc06137
.github/workflows/zlib-ng-crossbuild.yml
@@ -71,8 +71,9 @@ jobs:
71
persist-credentials: false
72
73
- name: Host - Bootstrap qemu
74
- if: matrix.arch != 'amd64'
75
- uses: userdocs/actions/qemu@e74d179578ddcf1cd07cd9eefd0915f33a3bd600 # v1.0.1
+ uses: userdocs/actions/qemu@main
+ with:
76
+ target_arch: ${{ matrix.arch }} # takes the matrix array that is listing target architectureskes the matrix array that is listing target architectures
77
78
- uses: userdocs/actions/qbt_docker@main
79
id: qbt_docker
0 commit comments