Skip to content

Commit

Permalink
feat: support arm
Browse files Browse the repository at this point in the history
  • Loading branch information
RicheyJang committed Nov 20, 2022
1 parent ee95d42 commit 5dfbd36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ builds:
goarch:
- amd64
- arm64
- arm
goarm:
- '7'
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
- goos: darwin
goarch: arm
ldflags:
- -X github.com/RicheyJang/PaimengBot/plugins/inspection.Version=v{{.Version}}
main: ./cmd
Expand Down

0 comments on commit 5dfbd36

Please sign in to comment.