Skip to content

Commit 5dfbd36

Browse files
committed
feat: support arm
1 parent ee95d42 commit 5dfbd36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ builds:
1717
goarch:
1818
- amd64
1919
- arm64
20+
- arm
2021
goarm:
2122
- '7'
2223
ignore:
2324
- goos: windows
2425
goarch: arm64
2526
- goos: windows
2627
goarch: arm
28+
- goos: darwin
29+
goarch: arm
2730
ldflags:
2831
- -X github.com/RicheyJang/PaimengBot/plugins/inspection.Version=v{{.Version}}
2932
main: ./cmd

0 commit comments

Comments
 (0)