From 4519a12826effbedfbdb10462a6b96471172e01b Mon Sep 17 00:00:00 2001 From: Tiago Castro Date: Fri, 15 Mar 2024 22:35:48 +0000 Subject: [PATCH] feat(gha/kubectl-plugin): build aarch64-darwin Makes use of macos-14 GH runners to build aarch64 binary! Signed-off-by: Tiago Castro --- .github/workflows/release-binaries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 6db70cce6..4d1897071 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -20,6 +20,9 @@ jobs: - os: ubuntu-latest target: linux-musl arch: aarch64 + - os: macos-14 + target: apple-darwin + arch: aarch64 - os: macos-latest target: apple-darwin arch: x86_64