Skip to content

Commit 2820c31

Browse files
Fix goreleaser go1.15 (#228)
* fix goreleaser
1 parent cbd9cc5 commit 2820c31

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
1.6.3

venonactl/.goreleaser.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@ before:
44

55
builds:
66
- goos:
7+
- darwin
78
- linux
89
- windows
910
goarch:
1011
- amd64
1112
- 386
1213
env:
1314
- CGO_ENABLED=0
14-
ldflags:
15-
- -X github.com/codefresh-io/venona/venonactl/cmd.version={{.Version}} -X github.com/codefresh-io/venona/venonactl/cmd.commit={{.Commit}} -X github.com/codefresh-io/venona/venonactl/cmd.date={{.Date}}
16-
- goos:
17-
- darwin
18-
goarch:
19-
- amd64
20-
env:
21-
- CGO_ENABLED=0
15+
ignore:
16+
- goos: darwin
17+
goarch: 386
2218
ldflags:
2319
- -X github.com/codefresh-io/venona/venonactl/cmd.version={{.Version}} -X github.com/codefresh-io/venona/venonactl/cmd.commit={{.Commit}} -X github.com/codefresh-io/venona/venonactl/cmd.date={{.Date}}
2420

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
1.6.3

venonactl/build/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ steps:
118118
title: Create release in Github with venona CLI
119119
image: goreleaser/goreleaser:v0.124.1
120120
stage: Release
121-
fail_fast: false
122121
commands:
123122
- cd venonactl
124123
- goreleaser release -f .goreleaser.yml --rm-dist --skip-validate # pre-release

0 commit comments

Comments
 (0)