Skip to content

Commit cc06137

Browse files
committed
Update zlib-ng-crossbuild.yml
1 parent 6ddb478 commit cc06137

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/zlib-ng-crossbuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
persist-credentials: false
7272

7373
- name: Host - Bootstrap qemu
74-
if: matrix.arch != 'amd64'
75-
uses: userdocs/actions/qemu@e74d179578ddcf1cd07cd9eefd0915f33a3bd600 # v1.0.1
74+
uses: userdocs/actions/qemu@main
75+
with:
76+
target_arch: ${{ matrix.arch }} # takes the matrix array that is listing target architectureskes the matrix array that is listing target architectures
7677

7778
- uses: userdocs/actions/qbt_docker@main
7879
id: qbt_docker

0 commit comments

Comments
 (0)