Skip to content

Commit

Permalink
feat(go_cli_project/files): Add missing quotes to .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed May 16, 2024
1 parent 61267c8 commit 4097a01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/file_templates/go_cli_project/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ builds:
- arm
- arm64
goarm:
- 6
- 7
- "6"
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand All @@ -151,7 +151,7 @@ builds:
goarch: "arm64"
- goos: linux
goarch: arm
goarm: 6
goarm: "6"
binary: {{.ProjectName}}
archives:
Expand Down

0 comments on commit 4097a01

Please sign in to comment.