Skip to content

Commit 4fd7a9f

Browse files
committed
Properly fix the goreleaser config
1 parent 17db18e commit 4fd7a9f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.goreleaser.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@ before:
33
- make compile_frontend static_assets
44
builds:
55
- main: ./cmd/gaia/main.go
6-
binary: gaia-linux-amd64
6+
binary: gaia-{{ .Os }}-{{ .Arch }}
77
goos:
88
- linux
9-
goarch:
10-
- amd64
11-
- main: ./cmd/gaia/main.go
12-
binary: gaia-freebsd-amd64
13-
goos:
149
- freebsd
1510
goarch:
1611
- amd64

0 commit comments

Comments
 (0)