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 d03a045 commit 32bcb61Copy full SHA for 32bcb61
.goreleaser.yaml
@@ -5,20 +5,17 @@
5
# - go mod tidy
6
# you may remove this if you don't need go generate
7
# - go generate ./...
8
-before:
9
- hooks:
10
- - make prep
11
builds:
12
- id: "relay"
13
env:
14
- CGO_ENABLED=0
15
binary: "relay"
16
- main: ./go/src/relay/main/main.go
+ main: ./relay/main.go
17
- id: "catcher"
18
19
20
binary: "catcher"
21
- main: ./go/src/catcher/main/main.go
+ main: ./catcher/main.go
22
23
archives:
24
-
0 commit comments