Skip to content

Commit

Permalink
[releng] Add the Mac aarch64 architecture product build
Browse files Browse the repository at this point in the history
  • Loading branch information
vrichard12 committed Dec 20, 2023
1 parent 8eeaa60 commit 3579ada
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions is-designer/releng/org.obeonetwork.is.designer.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
</environments>
</configuration>
</plugin>
Expand Down
5 changes: 5 additions & 0 deletions releng/org.obeonetwork.informationsystem.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,11 @@
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
</environments>
<target>
<artifact>
Expand Down

0 comments on commit 3579ada

Please sign in to comment.