Skip to content

Commit 20973fa

Browse files
committed
Upgraded config from v1 to v2
1 parent 358eb77 commit 20973fa

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.goreleaser.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# ---------------------------
33
# General
44
# ---------------------------
5+
version: 2
6+
57
before:
68
hooks:
79
- make all
@@ -25,8 +27,14 @@ changelog:
2527
# ---------------------------
2628
# Builder
2729
# ---------------------------
28-
build:
29-
skip: true
30+
builds:
31+
- env:
32+
- CGO_ENABLED=0
33+
goos:
34+
- linux
35+
- windows
36+
- darwin
37+
skip: true
3038

3139
# ---------------------------
3240
# Github Release

0 commit comments

Comments
 (0)