Skip to content

Commit 8a8b63c

Browse files
committed
updated github actions
1 parent 98d54ef commit 8a8b63c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
goos: linux
2222
goarch: arm64
2323
output_name: yaocc-linux-arm64
24+
- os: ubuntu-latest
25+
goos: linux
26+
goarch: arm
27+
goarm: '7'
28+
output_name: yaocc-linux-armv7
2429
- os: windows-latest
2530
goos: windows
2631
goarch: amd64
@@ -46,6 +51,7 @@ jobs:
4651
env:
4752
GOOS: ${{ matrix.goos }}
4853
GOARCH: ${{ matrix.goarch }}
54+
GOARM: ${{ matrix.goarm }}
4955

5056
- name: Build Server
5157
# Append -server to output name before extension
@@ -61,6 +67,7 @@ jobs:
6167
env:
6268
GOOS: ${{ matrix.goos }}
6369
GOARCH: ${{ matrix.goarch }}
70+
GOARM: ${{ matrix.goarm }}
6471
shell: bash
6572

6673
- name: Upload Artifacts

0 commit comments

Comments
 (0)