Skip to content

Commit

Permalink
Support macos on arm64/aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Apr 26, 2024
1 parent b35ea63 commit e44006c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,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

0 comments on commit e44006c

Please sign in to comment.