fix builds

This commit is contained in:
Cody Lee 2022-11-05 09:36:16 -05:00
parent bf1610b1b3
commit 1929721df6
No known key found for this signature in database
1 changed files with 11 additions and 10 deletions

View File

@ -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.