Skip to content

Commit

Permalink
Merge pull request #5669 from crazy-max/ci-arm64
Browse files Browse the repository at this point in the history
ci: switch jobs using emulation to native arm64 runners
  • Loading branch information
crazy-max authored Jan 23, 2025
2 parents 9a39e2c + 8704b03 commit 570fde6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,14 @@ jobs:
vagrant ssh -- "sudo cat /vagrant/.tmp/logs/containerd"
sandbox-build:
runs-on: ubuntu-24.04
runs-on: ${{ matrix.platform == 'linux/arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@ jobs:
targets: ${{ matrix.target }}

archutil-arm64:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 570fde6

Please sign in to comment.