Skip to content

Commit f7c1fd5

Browse files
committed
up build for arm 2022-08-31
1 parent 2a09b64 commit f7c1fd5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ jobs:
2929

3030
build-linux:
3131
runs-on: ubuntu-latest
32+
strategy:
33+
matrix:
34+
include:
35+
- arch: armv6
36+
distro: jessie
37+
- arch: armv7
38+
distro: ubuntu_latest
39+
- arch: aarch64
40+
distro: ubuntu_latest
3241
steps:
3342
- name: Code checkout
3443
uses: actions/checkout@v2

0 commit comments

Comments
 (0)