Skip to content

Commit 93c6aa2

Browse files
committed
update the workflows to test the artifacts and docker images on arm64 runners
1 parent 8f2c174 commit 93c6aa2

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/_docker.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ jobs:
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'

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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 }}
@@ -82,7 +82,7 @@ jobs:
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:

0 commit comments

Comments
 (0)