diff --git a/builder.json b/builder.json index f3e23eb5..eb51f0a2 100644 --- a/builder.json +++ b/builder.json @@ -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": {