Skip to content

Commit

Permalink
update the workflows to test the artifacts and docker images on arm64…
Browse files Browse the repository at this point in the history
… runners
  • Loading branch information
arturcic committed Dec 29, 2023
1 parent f581a5c commit 0663fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ jobs:
with:
name: nuget
path: ${{ github.workspace }}/artifacts/packages/nuget
-
name: Setup QEMU
if: inputs.arch == 'arm64'
uses: docker/setup-qemu-action@v3
-
name: Setup Docker Buildx
if: inputs.arch == 'arm64'
uses: docker/setup-buildx-action@v3
with:
install: true
-
name: Docker Test
if: success() && github.event_name == 'pull_request' || github.repository_owner != 'GitTools'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- arch: amd64
runner: ubuntu-latest
- arch: arm64
runner: ubuntu-latest
runner: ubuntu-latest-arm64
uses: ./.github/workflows/_artifacts_linux.yml
with:
runner: ${{ matrix.runner }}
Expand All @@ -82,7 +82,7 @@ jobs:
- arch: amd64
runner: ubuntu-latest
- arch: arm64
runner: ubuntu-latest
runner: ubuntu-latest-arm64

uses: ./.github/workflows/_docker.yml
with:
Expand Down

0 comments on commit 0663fd0

Please sign in to comment.