Skip to content

Commit d83028e

Browse files
authored
Disable non-used builds
1 parent b688048 commit d83028e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.goreleaser.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ builds:
1313
- -X github.com/containous/maesh/pkg/version.Date={{.Date}}
1414
goos:
1515
- linux
16-
- darwin
17-
- windows
1816
- freebsd
1917
- openbsd
2018
goarch:
@@ -24,12 +22,8 @@ builds:
2422
- arm64
2523
goarm:
2624
- 7
27-
- 6
28-
- 5
2925

3026
ignore:
31-
- goos: darwin
32-
goarch: 386
3327
- goos: freebsd
3428
goarch: arm64
3529
- goos: openbsd
@@ -39,9 +33,6 @@ archives:
3933
- id: maesh
4034
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
4135
format: tar.gz
42-
format_overrides:
43-
- goos: windows
44-
format: zip
4536
files:
4637
- LICENSE
4738

0 commit comments

Comments
 (0)