Skip to content

Commit

Permalink
fix(goreleaser): Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 15, 2024
1 parent c705e4c commit 080e655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ builds:
- arm
- arm64
goarm:
- 6
- 7
- "6"
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand Down

0 comments on commit 080e655

Please sign in to comment.