File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2525 include :
2626 - runnertags : ubuntu-latest
2727 arch : amd64
28- - runnertags : ubuntu-latest
28+ - runnertags : ubuntu-24.04-arm
2929 arch : arm64
3030
3131 runs-on : ${{ matrix.runnertags }}
3737 submodules : ' true'
3838 token : ${{ secrets.PAT_TOKEN }}
3939
40- - name : Set up QEMU (For ARM64 Builds)
41- if : matrix.arch == 'arm64'
42- uses : docker/setup-qemu-action@v3
43-
4440 - name : Set up Docker Buildx
4541 uses : docker/setup-buildx-action@v3
4642
Original file line number Diff line number Diff line change @@ -25,20 +25,15 @@ jobs:
2525 include :
2626 - runnertags : ubuntu-latest
2727 arch : amd64
28- - runnertags : ubuntu-latest
28+ - runnertags : ubuntu-24.04-arm
2929 arch : arm64
30-
3130 runs-on : ${{ matrix.runnertags }}
3231 steps :
3332 - name : Checkout
3433 uses : actions/checkout@v4
3534 with :
3635 fetch-depth : 0
3736
38- - name : Set up QEMU (For ARM64 Builds)
39- if : matrix.arch == 'arm64'
40- uses : docker/setup-qemu-action@v3
41-
4237 - name : Set up Docker Buildx
4338 uses : docker/setup-buildx-action@v3
4439
You can’t perform that action at this time.
0 commit comments