Skip to content

Commit 84d0722

Browse files
committed
adding aarch64 for macos in openjdk
1 parent 5da3a3c commit 84d0722

File tree

1 file changed

+5
-0
lines changed
  • releng/com.espressif.idf.configuration

1 file changed

+5
-0
lines changed

releng/com.espressif.idf.configuration/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
<ws>cocoa</ws>
5656
<arch>x86_64</arch>
5757
</environment>
58+
<environment>
59+
<os>macosx</os>
60+
<ws>cocoa</ws>
61+
<arch>aarch64</arch>
62+
</environment>
5863
</environments>
5964
</configuration>
6065
</plugin>

0 commit comments

Comments
 (0)