Skip to content

Commit

Permalink
Enable aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Mar 14, 2024
1 parent e7543ec commit 139e465
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,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 139e465

Please sign in to comment.