Skip to content

Commit

Permalink
Merge branch 'main' into faq-update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfod authored Aug 12, 2024
2 parents 2e1bfd1 + 2f302cd commit 8631561
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'docs'

env:
BUILDER_VERSION: v0.9.56
BUILDER_VERSION: v0.9.62
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-iot-device-sdk-js-v2
Expand Down
10 changes: 10 additions & 0 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"+packages": [
"maven"
],
"hosts": {
"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" ]
}
}
}
},
"deps_dir": "deps",

"build_steps": [
Expand Down

0 comments on commit 8631561

Please sign in to comment.