Skip to content

Commit

Permalink
Merge pull request #15 from StephanHCB/issue-14-fix-artifacts
Browse files Browse the repository at this point in the history
fix(#14): fix release publishing
  • Loading branch information
StephanHCB authored Mar 26, 2024
2 parents 4c0e469 + d00522f commit ea0a7da
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format: binary
- format: binary
dockers:
- image_templates:
- "stephanhcb/go-generator-cli:{{ .Tag }}"
Expand Down

0 comments on commit ea0a7da

Please sign in to comment.