Skip to content

Commit 0c44a29

Browse files
repalashgreggman
authored andcommitted
Add linux-arm64 to the build matrix
1 parent c7c792b commit 0c44a29

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
config:
22+
config:
2323
- {
2424
name: "Windows Latest MSVC",
2525
os: windows-latest,
@@ -30,6 +30,11 @@ jobs:
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,
@@ -90,7 +95,7 @@ jobs:
9095
run: |
9196
brew install cmake
9297
cmake --version
93-
98+
9499
- name: Build
95100
shell: bash
96101
run: |

PUBLISHING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm version patch # or minor or major
1313
git 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
1717
on npm. At the time of this writing that generally takes 20-30 minutes.
1818

1919
## Notes

0 commit comments

Comments
 (0)