From b502a985df085f9f024223570cad1574c6ee5408 Mon Sep 17 00:00:00 2001 From: yash-zededa <126680600+yash-zededa@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:08:33 +0100 Subject: [PATCH] use buildjet runners for building the packages Signed-off-by: yash-zededa <126680600+yash-zededa@users.noreply.github.com> --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a61a8e4ce2..19000ba4cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,11 +18,11 @@ jobs: fail-fast: false matrix: include: - - os: arm64-dirty + - os: buildjet-4vcpu-ubuntu-2204-arm arch: arm64 - - os: ubuntu-20.04 + - os: buildjet-4vcpu-ubuntu-2004 arch: amd64 - - os: ubuntu-20.04 + - os: buildjet-4vcpu-ubuntu-2004 arch: riscv64 steps: - name: Starting Report @@ -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 @@ -71,7 +71,7 @@ jobs: eve: needs: packages # all packages for all platforms must be built first - runs-on: ubuntu-20.04 + runs-on: buildjet-4vcpu-ubuntu-2004 strategy: fail-fast: false matrix: