Skip to content

Commit

Permalink
fix(release): update gorelaser config format
Browse files Browse the repository at this point in the history
Wasn't noticed until now.
  • Loading branch information
Edholm committed Sep 26, 2023
1 parent 30e16b4 commit 53338ac
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,15 @@ before:
builds:
- id: cantool
binary: cantool
main: ./cmd/cantool/main.go
dir: ./cmd/cantool
main: main.go
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64

checksum:
name_template: "checksums.txt"

Expand Down

0 comments on commit 53338ac

Please sign in to comment.