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 b688048 commit d83028eCopy full SHA for d83028e
.goreleaser.yml
@@ -13,8 +13,6 @@ builds:
13
- -X github.com/containous/maesh/pkg/version.Date={{.Date}}
14
goos:
15
- linux
16
- - darwin
17
- - windows
18
- freebsd
19
- openbsd
20
goarch:
@@ -24,12 +22,8 @@ builds:
24
22
- arm64
25
23
goarm:
26
- 7
27
- - 6
28
- - 5
29
30
ignore:
31
- - goos: darwin
32
- goarch: 386
33
- goos: freebsd
34
goarch: arm64
35
- goos: openbsd
@@ -39,9 +33,6 @@ archives:
39
- id: maesh
40
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
41
format: tar.gz
42
- format_overrides:
43
- - goos: windows
44
- format: zip
45
36
files:
46
37
- LICENSE
47
38
0 commit comments