From 149699616d4f0c59f203d8badc61e2f84c519712 Mon Sep 17 00:00:00 2001 From: Stijn Vet Date: Mon, 18 Mar 2024 14:58:23 +0100 Subject: [PATCH] Aarch64 release for osx --- .github/workflows/release-pipeline.yaml | 2 +- pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 110eedc..00b6c62 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-latest ] + os: [ ubuntu-latest, macOS-latest, macos-14 ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository' diff --git a/pom.xml b/pom.xml index 2e1a109..9bed03f 100644 --- a/pom.xml +++ b/pom.xml @@ -333,6 +333,12 @@ osx-x86_64 + + + {{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-aarch_64.zip + + osx-aarch_64 +