Skip to content

Commit

Permalink
ci: faster release plugin builds
Browse files Browse the repository at this point in the history
Use the 8-core runner for faster builds.

Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Feb 20, 2025
1 parent f6a06cd commit 4885a7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4885a7e

Please sign in to comment.