Skip to content

Commit

Permalink
Merge branch 'main' into update-submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Aug 13, 2024
2 parents 54d4e5b + 571a3c2 commit 3cb65a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
"al2012": {
"!packages": [],
"!imports": [ "node-14" ]
},
"macos": {
"architectures": {
"arm64": {
"_comment": "Mac OS (arm64) has only experimental support for Node v15 and earlier, so stick to Node v16, see Node v15 docs: https://github.com/nodejs/node/blob/v15.x/BUILDING.md#platform-list",
"!imports": [ "node-16" ]
}
}
}
},
"targets": {
Expand Down

0 comments on commit 3cb65a3

Please sign in to comment.