Skip to content

Commit

Permalink
fix build target
Browse files Browse the repository at this point in the history
  • Loading branch information
M09Ic committed Apr 26, 2024
1 parent aa023ef commit 44cd71e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions v2/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ builds:
- linux
- darwin
- freebsd
- openbsd
- solaris
- android
goarch:
Expand All @@ -26,8 +25,6 @@ builds:
- mips
- mips64
ignore:
- goos: windows
goarch: arm
- goos: darwin
goarch: "386"
- goos: solaris
Expand All @@ -36,6 +33,8 @@ builds:
goarch: amd64
- goos: android
goarch: 386
- goos: android
goarch: arm
ldflags: "-s -w -X 'github.com/chainreactors/gogo/v2/internal/core.ver=={{ .Tag }}'"
flags:
- -trimpath
Expand Down

0 comments on commit 44cd71e

Please sign in to comment.