From d31e628c0ad14153395de56b77ec4620d1f694e2 Mon Sep 17 00:00:00 2001 From: Stijn Vet Date: Fri, 22 Mar 2024 11:14:07 +0100 Subject: [PATCH] Build native plugins, too --- .github/workflows/release-pipeline.yaml | 2 +- pom.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index e9ae48d..20fc8ab 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -59,7 +59,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 0664ffe..0f0b4fc 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,12 @@ osx-x86_64 + + + {{artifactsDir}}/git-plugin/target/distributions/{{distributionName}}-{{projectVersion}}-osx-x86_64.zip + + osx-aarch_64 + @@ -165,6 +171,12 @@ osx-x86_64 + + + {{artifactsDir}}/splunk-plugin/target/distributions/{{distributionName}}-{{projectVersion}}-osx-x86_64.zip + + osx-aarch_64 +