Skip to content

Commit e44006c

Browse files
committed
Support macos on arm64/aarch64
1 parent b35ea63 commit e44006c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,11 @@
477477
<ws>cocoa</ws>
478478
<arch>x86_64</arch>
479479
</environment>
480+
<environment>
481+
<os>macosx</os>
482+
<ws>cocoa</ws>
483+
<arch>aarch64</arch>
484+
</environment>
480485
</environments>
481486
</configuration>
482487
</plugin>

0 commit comments

Comments
 (0)