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 37
37
with :
38
38
name : nuget
39
39
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
50
40
-
51
41
name : Docker Test
52
42
if : success() && github.event_name == 'pull_request' || github.repository_owner != 'GitTools'
Original file line number Diff line number Diff line change 66
66
- arch : amd64
67
67
runner : ubuntu-latest
68
68
- arch : arm64
69
- runner : ubuntu-latest
69
+ runner : ubuntu-latest-arm64
70
70
uses : ./.github/workflows/_artifacts_linux.yml
71
71
with :
72
72
runner : ${{ matrix.runner }}
82
82
- arch : amd64
83
83
runner : ubuntu-latest
84
84
- arch : arm64
85
- runner : ubuntu-latest
85
+ runner : ubuntu-latest-arm64
86
86
87
87
uses : ./.github/workflows/_docker.yml
88
88
with :
You can’t perform that action at this time.
0 commit comments