We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10972ff commit 5f4ba18Copy full SHA for 5f4ba18
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
submodules: true
31
32
- name: Build (Linux ARM)
33
- if: contains(matrix.platform.target_apt_arch, 'arm')
+ if: contains(matrix.platform.container, 'arm')
34
uses: addnab/docker-run-action@v3
35
with:
36
image: ${{ matrix.platform.container }}
0 commit comments