-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.goreleaser.yaml
49 lines (45 loc) · 1020 Bytes
/
.goreleaser.yaml
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
project_name: chirpstack-rest-api
builds:
-
binary: chirpstack-rest-api
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
- arm
goarm:
- 7
archives:
-
format: tar.gz
release:
disable: true
nfpms:
-
vendor: ChirpStack
homepage: https://www.chirpstack.io/
maintainer: Orne Brocaar <[email protected]>
description: ChirpStack gRPC to REST proxy
license: MIT
formats:
- deb
- rpm
bindir: /usr/bin
contents:
-
src: packaging/files/chirpstack-rest-api.service
dst: /lib/systemd/system/chirpstack-rest-api.service
-
src: packaging/files/environment
dst: /etc/chirpstack-rest-api/environment
type: "config|noreplace"
file_info:
owner: chirpstack
group: chirpstack
scripts:
preinstall: packaging/files/pre-install.sh
postinstall: packaging/files/post-install.sh
preremove: packaging/files/pre-remove.sh