diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 3631fffd1..d5b07f2a4 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -18,10 +18,10 @@ jobs: matrix: include: # NOTE: Update the .krew.yaml file (if required) when making changes here. - - os: ubuntu-latest + - os: ubuntu-latest-8-cores target: linux-musl arch: x86_64 - - os: ubuntu-latest + - os: ubuntu-latest-8-cores target: linux-musl arch: aarch64 - os: macos-14 @@ -30,7 +30,7 @@ jobs: - os: macos-13 target: apple-darwin arch: x86_64 - - os: ubuntu-latest + - os: ubuntu-latest-8-cores target: windows-gnu arch: x86_64 suffix: .exe