forked from itzg/rcon-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yml
More file actions
89 lines (89 loc) · 1.89 KB
/
.goreleaser.yml
File metadata and controls
89 lines (89 loc) · 1.89 KB
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
project_name: rcon-cli
before:
hooks:
- go mod download
release:
github:
owner: itzg
name: rcon-cli
builds:
- goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
main: .
binary: rcon-cli
env:
- CGO_ENABLED=0
archives:
-
format: tar.gz
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}'
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
changelog:
filters:
exclude:
- '^ci:'
- '^docs:'
dockers:
- image_templates:
- "itzg/rcon-cli:{{ .Version }}-amd64"
dockerfile: Dockerfile.release
use: buildx
goos: linux
goarch: amd64
build_flag_templates:
- "--platform=linux/amd64"
- image_templates:
- "itzg/rcon-cli:{{ .Version }}-arm64"
dockerfile: Dockerfile.release
use: buildx
goos: linux
goarch: arm64
build_flag_templates:
- "--platform=linux/arm64"
- image_templates:
- "itzg/rcon-cli:{{ .Version }}-armv7"
dockerfile: Dockerfile.release
use: buildx
goos: linux
goarch: arm
goarm: '7'
build_flag_templates:
- "--platform=linux/arm/v7"
docker_manifests:
- name_template: "itzg/rcon-cli:latest"
image_templates:
- "itzg/rcon-cli:{{ .Version }}-amd64"
- "itzg/rcon-cli:{{ .Version }}-arm64"
- "itzg/rcon-cli:{{ .Version }}-armv7"
- name_template: "itzg/rcon-cli:{{ .Version }}"
image_templates:
- "itzg/rcon-cli:{{ .Version }}-amd64"
- "itzg/rcon-cli:{{ .Version }}-arm64"
- "itzg/rcon-cli:{{ .Version }}-armv7"
scoop:
bucket:
owner: itzg
name: scoop-bucket
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
folder: bucket
license: Apache2
description: Enables REST-like access to HTML pages by scraping and parsing them into JSON