We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d54ef commit 8a8b63cCopy full SHA for 8a8b63c
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,11 @@ jobs:
21
goos: linux
22
goarch: arm64
23
output_name: yaocc-linux-arm64
24
+ - os: ubuntu-latest
25
+ goos: linux
26
+ goarch: arm
27
+ goarm: '7'
28
+ output_name: yaocc-linux-armv7
29
- os: windows-latest
30
goos: windows
31
goarch: amd64
@@ -46,6 +51,7 @@ jobs:
46
51
env:
47
52
GOOS: ${{ matrix.goos }}
48
53
GOARCH: ${{ matrix.goarch }}
54
+ GOARM: ${{ matrix.goarm }}
49
55
50
56
- name: Build Server
57
# Append -server to output name before extension
@@ -61,6 +67,7 @@ jobs:
61
67
62
68
63
69
70
64
71
shell: bash
65
72
66
73
- name: Upload Artifacts
0 commit comments