File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- config :
22+ config :
2323 - {
2424 name : " Windows Latest MSVC" ,
2525 os : windows-latest,
3030 os : ubuntu-22.04,
3131 artifact : linux-x64,
3232 }
33+ - {
34+ name : " Ubuntu_24_ARM64" ,
35+ os : ubuntu-24.04-arm,
36+ artifact : linux-arm64,
37+ }
3338 - {
3439 name : " macOS Latest Clang" ,
3540 os : macos-latest,
9095 run : |
9196 brew install cmake
9297 cmake --version
93-
98+
9499 - name : Build
95100 shell : bash
96101 run : |
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ npm version patch # or minor or major
1313git push --tag upstream main
1414```
1515
16- That should build all 3 platforms and then publish a new package
16+ That should build all 4 platforms and then publish a new package
1717on npm. At the time of this writing that generally takes 20-30 minutes.
1818
1919## Notes
You can’t perform that action at this time.
0 commit comments