forked from frain-dev/convoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.publisher-ee.yml
100 lines (91 loc) · 3.65 KB
/
.publisher-ee.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
project_name: convoy
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
main: ./ee/cmd
id: cobin
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
# https://goreleaser.com/customization/archive/
archives:
- name_template: "{{ .ProjectName}}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
id: cobin-archive
builds:
- cobin
dockers:
- image_templates:
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest-amd64"
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:{{ .Tag }}-amd64"
use: buildx
goos: linux
goarch: amd64
dockerfile: release.Dockerfile
extra_files:
- configs/local/start.sh
ids:
- cobin
build_flag_templates:
- --platform=linux/amd64
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description=A fast & secure open source webhooks service
- --label=org.opencontainers.image.url=https://github.com/{{ .Env.REPO_NAME }}-ee
- --label=org.opencontainers.image.source=https://github.com/{{ .Env.REPO_NAME }}-ee
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.licenses=MPL-2.0
- image_templates:
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest-arm64"
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:{{ .Tag }}-arm64"
use: buildx
goos: linux
goarch: arm64
dockerfile: release.Dockerfile
extra_files:
- configs/local/start.sh
ids:
- cobin
build_flag_templates:
- --platform=linux/arm64
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description=A fast & secure open source webhooks service
- --label=org.opencontainers.image.url=https://github.com/{{ .Env.REPO_NAME }}-ee
- --label=org.opencontainers.image.source=https://github.com/{{ .Env.REPO_NAME }}-ee
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.licenses=MPL-2.0
- image_templates:
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest-slim"
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:{{ .Tag }}-slim"
goos: linux
goarch: amd64
dockerfile: slim.Dockerfile
ids:
- cobin
build_flag_templates:
- --platform=linux/amd64
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description=A fast & secure open source webhooks service
- --label=org.opencontainers.image.url=https://github.com/{{ .Env.REPO_NAME }}-ee
- --label=org.opencontainers.image.source=https://github.com/{{ .Env.REPO_NAME }}-ee
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.licenses=MPL-2.0
docker_manifests:
- name_template: "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:{{ .Tag }}"
image_templates:
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:{{ .Tag }}-amd64"
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:{{ .Tag }}-arm64"
- name_template: "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest"
image_templates:
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest-amd64"
- "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest-arm64"
checksum:
name_template: "{{ .ProjectName}}_checksums.txt"
release:
# Will not auto-publish the release on GitHub
disable: true