Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jun 5, 2024
1 parent ba60430 commit 6f05f78
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 1
builds:
- main: ./cmd/go2junit
binary: go2junit
Expand All @@ -9,15 +10,11 @@ builds:
- windows
goarch:
- amd64
- 386
- "386"
- arm64

archives:
- name_template: "go2junit_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: x86_64
"386": i386
darwin: macOS
linux: lin
windows: win
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 6f05f78

Please sign in to comment.