Skip to content

Commit

Permalink
GitHub actions: switch to buildjet native arm runners for build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart authored and yash-zededa committed Nov 15, 2023
1 parent 8e2e457 commit bcce66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: arm64-dirty
- os: buildjet-4vcpu-ubuntu-2204-arm
arch: arm64
- os: ubuntu-20.04
arch: amd64
Expand All @@ -42,7 +42,7 @@ jobs:
with:
fetch-depth: 0
- name: ensure zstd for cache # this should be removed once the arm64 VM includes zstd
if: ${{ matrix.os == 'arm64-dirty' || matrix.os == 'arm64-secure' }}
if: ${{ matrix.os == 'buildjet-4vcpu-ubuntu-2204-arm' || matrix.os == 'arm64-secure' }}
run: |
sudo apt install -y zstd
- name: ensure packages for cross-arch build
Expand Down

0 comments on commit bcce66b

Please sign in to comment.