Skip to content

Commit

Permalink
fix(goreleaser): Fix YAML schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Apr 22, 2024
1 parent 7eca13f commit 58afa39
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 58afa39

Please sign in to comment.