Skip to content

Commit 4dead61

Browse files
committed
Provide Linux ARM pre-built binaries
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent f5da0aa commit 4dead61

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
cc: clang
2828
cxx: clang++
2929
shell: sh
30+
- os: ubuntu-22.04-arm
31+
cc: gcc
32+
cxx: g++
33+
shell: sh
3034
- os: macos-13
3135
cc: clang
3236
cxx: clang++

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
cc: gcc
1818
cxx: g++
1919
shell: sh
20+
- os: ubuntu-22.04-arm
21+
cc: gcc
22+
cxx: g++
23+
shell: sh
2024
- os: macos-13
2125
cc: clang
2226
cxx: clang++

0 commit comments

Comments
 (0)