Skip to content

Commit 7cffb6f

Browse files
authored
Merge pull request #633 from k1LoW/fix-linux-release-pipeline
Fix linux build pipeline
2 parents 1416b02 + 119731e commit 7cffb6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser/linux.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ builds:
2626
overrides:
2727
- goos: linux
2828
goarch: arm64
29+
goamd64: ""
30+
goarm: v8.0
31+
gomips: ""
2932
env:
3033
- CC=aarch64-linux-gnu-gcc
3134
- CXX=aarch64-linux-gnu-g++

0 commit comments

Comments
 (0)