forked from mittwald/servicegateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
48 lines (48 loc) · 1.1 KB
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
project_name: servicegateway
before:
hooks:
- go vet ./...
- go test ./...
- go mod download
builds:
- env:
- CGO_ENABLED=0
binary: servicegateway
goos:
- darwin
- linux
goarch:
- amd64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
dockers:
-
image_templates:
- quay.io/mittwald/servicegateway:latest
- quay.io/mittwald/servicegateway:v{{ .Major }}
- quay.io/mittwald/servicegateway:v{{ .Major }}.{{ .Minor }}
- quay.io/mittwald/servicegateway:{{ .Tag }}
- quay.io/mittwald/servicegateway:stable
binaries:
- servicegateway
goos: linux
goarch: amd64
goarm: ''
nfpms:
- vendor: Mittwald CM Service
homepage: https://github.com/mittwald/servicegateway
maintainer: Mittwald CM Service <[email protected]>
description: Gateway reverse proxy for microservice architectures with Consul integration
license: GPL-3.0
formats:
- deb
- rpm
bindir: /usr/bin