more fixes to package build
This commit is contained in:
parent
1929721df6
commit
6d3a416940
|
|
@ -99,10 +99,6 @@ docker_manifests:
|
||||||
|
|
||||||
nfpms:
|
nfpms:
|
||||||
-
|
-
|
||||||
# Replacements for GOOS and GOARCH in the package name.
|
|
||||||
# Keys should be valid GOOSs or GOARCHs.
|
|
||||||
# Values are the respective replacements.
|
|
||||||
# Default is empty.
|
|
||||||
replacements:
|
replacements:
|
||||||
amd64: 64-bit
|
amd64: 64-bit
|
||||||
386: 32-bit
|
386: 32-bit
|
||||||
|
|
@ -120,9 +116,6 @@ nfpms:
|
||||||
- rpm
|
- rpm
|
||||||
- termux.deb # Since GoReleaser v1.11.
|
- termux.deb # Since GoReleaser v1.11.
|
||||||
- archlinux
|
- archlinux
|
||||||
|
|
||||||
provides:
|
|
||||||
- unpoller
|
|
||||||
bindir: /usr/bin
|
bindir: /usr/bin
|
||||||
version_metadata: git
|
version_metadata: git
|
||||||
section: default
|
section: default
|
||||||
|
|
@ -131,10 +124,6 @@ nfpms:
|
||||||
# Contents to add to the package.
|
# Contents to add to the package.
|
||||||
# GoReleaser will automatically add the binaries.
|
# GoReleaser will automatically add the binaries.
|
||||||
contents:
|
contents:
|
||||||
# Basic file that applies to all packagers
|
|
||||||
- src: dist/unpoller
|
|
||||||
dst: /usr/local/bin/unpoller
|
|
||||||
|
|
||||||
- dst: /etc/unpoller
|
- dst: /etc/unpoller
|
||||||
type: dir
|
type: dir
|
||||||
file_info:
|
file_info:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue