File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ project_name: 'geoipupdate'
22version : 2
33archives :
44 - id : ' archives-unix'
5- builds :
5+ ids :
66 - ' geoipupdate-unix'
77 wrap_in_directory : true
88 files :
@@ -14,7 +14,7 @@ archives:
1414 dst : ' .'
1515 strip_parent : true
1616 - id : ' archives-windows'
17- builds :
17+ ids :
1818 - ' geoipupdate-windows'
1919 wrap_in_directory : true
2020 files :
@@ -83,6 +83,9 @@ builds:
8383 post : ' make data OS=Windows_NT BUILDDIR="build/windows"'
8484 env :
8585 - CGO_ENABLED=0
86+ # Do not migrate this to dockers_v2 yet. As of GoReleaser 2.15.3, dockers_v2
87+ # invokes Docker Buildx with flags that Podman's Docker-compatible CLI does not
88+ # support, and releases are currently run in a Podman-backed environment.
8689dockers :
8790 - ids :
8891 - ' geoipupdate-unix'
@@ -162,7 +165,7 @@ docker_manifests:
162165 - " ghcr.io/maxmind/geoipupdate:{{ .Tag }}-arm64"
163166 - " ghcr.io/maxmind/geoipupdate:{{ .Tag }}-arm-v6"
164167nfpms :
165- - builds :
168+ - ids :
166169 - ' geoipupdate-packages'
167170 vendor : ' MaxMind, Inc.'
168171 homepage : https://www.maxmind.com/
You can’t perform that action at this time.
0 commit comments