Skip to content

Commit

Permalink
currently beego don't build on osx arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Mar 24, 2024
1 parent 6a41f09 commit fcaaf84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: darwin
goarch: 'arm64'
- goos: windows
goarch: 'arm64'
checksum:
Expand Down

0 comments on commit fcaaf84

Please sign in to comment.