fix builds
This commit is contained in:
parent
bf1610b1b3
commit
1929721df6
|
|
@ -8,10 +8,21 @@ builds:
|
||||||
- 7
|
- 7
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
|
- darwin
|
||||||
|
- windows
|
||||||
|
- freebsd
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
- arm
|
- arm
|
||||||
|
ignore:
|
||||||
|
- goos: darwin
|
||||||
|
goarch: 386
|
||||||
|
- goarm: mips64
|
||||||
|
- gomips: hardfloat
|
||||||
|
- goamd64: v4
|
||||||
|
- goos: freebsd
|
||||||
|
goarch: 386
|
||||||
dockers:
|
dockers:
|
||||||
- # amd64
|
- # amd64
|
||||||
image_templates:
|
image_templates:
|
||||||
|
|
@ -88,16 +99,6 @@ docker_manifests:
|
||||||
|
|
||||||
nfpms:
|
nfpms:
|
||||||
-
|
-
|
||||||
# ID of the nfpm config, must be unique.
|
|
||||||
# Defaults to "default".
|
|
||||||
id: foo
|
|
||||||
|
|
||||||
# Build IDs for the builds you want to create NFPM packages for.
|
|
||||||
# Defaults empty, which means no filtering.
|
|
||||||
builds:
|
|
||||||
- foo
|
|
||||||
- bar
|
|
||||||
|
|
||||||
# Replacements for GOOS and GOARCH in the package name.
|
# Replacements for GOOS and GOARCH in the package name.
|
||||||
# Keys should be valid GOOSs or GOARCHs.
|
# Keys should be valid GOOSs or GOARCHs.
|
||||||
# Values are the respective replacements.
|
# Values are the respective replacements.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue