Skip to content

Commit a0370f9

Browse files
committed
Fix command for Linux ARM runner
1 parent 5a88354 commit a0370f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- os: ubuntu-latest
4848
id: linux
4949
script: ./build.sh
50+
- os: ubuntu-24.04-arm
51+
id: linux
52+
script: ./build.sh
5053
exclude:
5154
- os: ubuntu-latest
5255
architecture: arm64

0 commit comments

Comments
 (0)