Skip to content

Commit

Permalink
remove linux mips64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
M09Ic committed Apr 26, 2024
1 parent 44cd71e commit 0f4acb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v2/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ builds:
- darwin
- freebsd
- solaris
- android
# - android
goarch:
- amd64
- "386"
Expand All @@ -27,6 +27,8 @@ builds:
ignore:
- goos: darwin
goarch: "386"
- goos: linux
goarch: mips64
- goos: solaris
goarch: amd64
- goos: android
Expand Down

0 comments on commit 0f4acb2

Please sign in to comment.