Skip to content

Commit 81a4bee

Browse files
committed
Add arm 64-linux in CI workflow
1 parent db94d67 commit 81a4bee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- os: ubuntu-latest
2121
triplet: x64-linux
2222
build_type: Debug
23+
- os: ubuntu-24.04-arm
24+
triplet: arm64-linux
25+
build_type: Release
26+
- os: ubuntu-24.04-arm
27+
triplet: arm64-linux
28+
build_type: Debug
2329
- os: windows-latest
2430
triplet: x64-windows
2531
build_type: Release

0 commit comments

Comments
 (0)