We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e16b4 commit 53338acCopy full SHA for 53338ac
.goreleaser.yml
@@ -5,22 +5,15 @@ before:
5
builds:
6
- id: cantool
7
binary: cantool
8
- main: ./cmd/cantool/main.go
+ dir: ./cmd/cantool
9
+ main: main.go
10
env:
11
- CGO_ENABLED=0
12
goos:
13
- linux
14
- windows
15
- darwin
16
-archives:
17
- - replacements:
18
- darwin: Darwin
19
- linux: Linux
20
- windows: Windows
21
- 386: i386
22
- amd64: x86_64
23
-
24
checksum:
25
name_template: "checksums.txt"
26
0 commit comments