Skip to content

Commit

Permalink
ci: switch jobs using emulation to native arm64 runners
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jan 17, 2025
1 parent c2c70ac commit acdd579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
vagrant ssh -- "sudo cat /vagrant/.tmp/logs/containerd"
sandbox-build:
runs-on: ubuntu-24.04
runs-on: ${{ matrix.platform == 'linux/arm64' && 'ubuntu-22.04-arm' || 'ubuntu-24.04' }}
strategy:
fail-fast: false
matrix:
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-22.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 acdd579

Please sign in to comment.