Skip to content

Commit 3aaeb10

Browse files
committed
add linux-arm
1 parent 94f9c9c commit 3aaeb10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
os: ubuntu-latest,
3030
artifact: linux-x64,
3131
}
32+
- {
33+
name: "Ubuntu_Arm",
34+
os: ubuntu-24.04-arm,
35+
artifact: linux-arm,
36+
}
3237
- {
3338
name: "macOS Latest Clang",
3439
os: macos-latest,

0 commit comments

Comments
 (0)