Skip to content

Commit e17319f

Browse files
committed
Add macosx/cocoa/aarch64 to Tycho environments
Fixes gh-400
1 parent 6f5a014 commit e17319f

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
@@ -290,6 +290,11 @@
290290
<ws>cocoa</ws>
291291
<arch>x86_64</arch>
292292
</environment>
293+
<environment>
294+
<os>macosx</os>
295+
<ws>cocoa</ws>
296+
<arch>aarch64</arch>
297+
</environment>
293298
</environments>
294299
</configuration>
295300
</plugin>

0 commit comments

Comments
 (0)