Skip to content

Commit

Permalink
feat: add LoongArch support.
Browse files Browse the repository at this point in the history
  • Loading branch information
syhily authored Jan 16, 2024
1 parent ce64f50 commit 8726c9d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ builds:
- windows
- darwin
goarch:
- "386"
- amd64
- arm64
- loong64
ignore:
- goos: darwin
goarch: "386"
- goos: windows
goarch: arm64
- goos: windows
goarch: loong64
- goos: darwin
goarch: loong64

scoops:
- repository:
Expand Down

0 comments on commit 8726c9d

Please sign in to comment.