File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1515 branches :
1616 - main
1717 - ' dev'
18+ # trigger job for each pull request, regardless of the target branch
1819 pull_request :
19- branches :
20- - main
21- - ' dev'
22- - ' oapi'
20+
2321jobs :
2422 daemon-unit-tests :
2523 runs-on : ubuntu-latest
@@ -101,8 +99,11 @@ jobs:
10199 with :
102100 path : php-agent
103101 - name : Enable arm64 emulation
104- run : |
105- docker run --privileged --rm tonistiigi/binfmt --install arm64
102+ if : ${{ matrix.arch == 'arm64' }}
103+ uses : docker/setup-qemu-action@v2
104+ with :
105+ image : tonistiigi/binfmt:${{vars.BINFMT_IMAGE_VERSION}}
106+ platforms : arm64
106107 - name : Login to Docker Hub
107108 uses : docker/login-action@v2
108109 with :
@@ -182,6 +183,7 @@ jobs:
182183 needs : [daemon-unit-tests, agent-unit-test]
183184 runs-on : ubuntu-latest
184185 strategy :
186+ fail-fast : false
185187 matrix :
186188 platform : [gnu, musl]
187189 arch : [amd64, arm64]
You can’t perform that action at this time.
0 commit comments