We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab0c56 commit 585ed2bCopy full SHA for 585ed2b
pom.xml
@@ -1314,6 +1314,19 @@
1314
</plugins>
1315
</build>
1316
</profile>
1317
+ <profile>
1318
+ <id>darwin-aarch64</id>
1319
+ <activation>
1320
+ <os>
1321
+ <family>mac</family>
1322
+ <arch>aarch64</arch>
1323
+ </os>
1324
+ </activation>
1325
+ <properties>
1326
+ <!-- LATER: remove an override for the specific arch once nodejs is upgraded to the same version on all platforms -->
1327
+ <nodejs.version>v16.19.1</nodejs.version>
1328
+ </properties>
1329
+ </profile>
1330
<profile>
1331
<id>frontend</id>
1332
<activation>
0 commit comments