Skip to content

Commit d942710

Browse files
committed
add limux arm64 binary
1 parent 52ea869 commit d942710

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-os-binary.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
goos: linux
2121
goarch: amd64
2222
suffix: ''
23+
- os: linux
24+
arch: arm64
25+
goos: linux
26+
goarch: arm64
27+
suffix: ''
2328
- os: windows
2429
arch: amd64
2530
goos: windows

0 commit comments

Comments
 (0)