Skip to content

Commit

Permalink
Build native plugins, too
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvetrabo authored and martinvisser committed Mar 22, 2024
1 parent 1519a36 commit 13470a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@
</path>
<platform>osx-x86_64</platform>
</artifact>
<artifact>
<path>
{{artifactsDir}}/git-plugin/target/distributions/{{distributionName}}-{{projectVersion}}-osx-aarch_64.zip
</path>
<platform>osx-aarch_64</platform>
</artifact>
</artifacts>
</git-plugin>
<splunk-plugin>
Expand All @@ -165,6 +171,12 @@
</path>
<platform>osx-x86_64</platform>
</artifact>
<artifact>
<path>
{{artifactsDir}}/splunk-plugin/target/distributions/{{distributionName}}-{{projectVersion}}-osx-aarch_64.zip
</path>
<platform>osx-aarch_64</platform>
</artifact>
</artifacts>
</splunk-plugin>
</distributions>
Expand Down

0 comments on commit 13470a4

Please sign in to comment.