File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 3737 with :
3838 name : nuget
3939 path : ${{ github.workspace }}/artifacts/packages/nuget
40- -
41- name : Setup QEMU
42- if : inputs.arch == 'arm64'
43- uses : docker/setup-qemu-action@v3
44- -
45- name : Setup Docker Buildx
46- if : inputs.arch == 'arm64'
47- uses : docker/setup-buildx-action@v3
48- with :
49- install : true
5040 -
5141 name : Docker Test
5242 if : success() && github.event_name == 'pull_request' || github.repository_owner != 'GitTools'
Original file line number Diff line number Diff line change 6666 - arch : amd64
6767 runner : ubuntu-latest
6868 - arch : arm64
69- runner : ubuntu-latest
69+ runner : ubuntu-latest-arm64
7070 uses : ./.github/workflows/_artifacts_linux.yml
7171 with :
7272 runner : ${{ matrix.runner }}
8282 - arch : amd64
8383 runner : ubuntu-latest
8484 - arch : arm64
85- runner : ubuntu-latest
85+ runner : ubuntu-latest-arm64
8686
8787 uses : ./.github/workflows/_docker.yml
8888 with :
You can’t perform that action at this time.
0 commit comments