Skip to content

Commit

Permalink
Disable non-used builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed May 13, 2020
1 parent 82b13b1 commit e9c0efa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ builds:
- -X github.com/containous/maesh/pkg/version.Date={{.Date}}
goos:
- linux
- darwin
- windows
- freebsd
- openbsd
goarch:
Expand All @@ -24,12 +22,8 @@ builds:
- arm64
goarm:
- 7
- 6
- 5

ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm64
- goos: openbsd
Expand All @@ -39,9 +33,6 @@ archives:
- id: maesh
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- LICENSE

Expand Down

0 comments on commit e9c0efa

Please sign in to comment.