Skip to content

Commit

Permalink
Add build profile for MacOS ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 authored and fxprunayre committed Sep 13, 2024
1 parent 796385c commit a66662c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,21 @@
<kb.platform>darwin-x86</kb.platform>
<kb.installer.extension>tar.gz</kb.installer.extension>
</properties>
</profile>
<profile>
<id>macOS_aarch64</id>
<activation>
<os>
<family>mac</family>
<arch>aarch64</arch>
</os>
</activation>
<properties>
<es.platform>darwin-aarch64</es.platform>
<kb.executable>kibana.sh</kb.executable>
<kb.platform>darwin-aarch64</kb.platform>
<kb.installer.extension>tar.gz</kb.installer.extension>
</properties>
</profile>
<profile>
<id>windows</id>
Expand Down

0 comments on commit a66662c

Please sign in to comment.