Skip to content

Commit 585ed2b

Browse files
committed
build: fix build of frontend code on newer Macs
Relate to #1442 and probably to #1179 Fix #1655
1 parent eab0c56 commit 585ed2b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,19 @@
13141314
</plugins>
13151315
</build>
13161316
</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>
13171330
<profile>
13181331
<id>frontend</id>
13191332
<activation>

0 commit comments

Comments
 (0)