Skip to content

Commit a4e5921

Browse files
committed
Update GoReleaser Docker configuration
1 parent 8ae9eb1 commit a4e5921

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.goreleaser.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project_name: 'geoipupdate'
22
version: 2
33
archives:
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.
8689
dockers:
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"
164167
nfpms:
165-
- builds:
168+
- ids:
166169
- 'geoipupdate-packages'
167170
vendor: 'MaxMind, Inc.'
168171
homepage: https://www.maxmind.com/

0 commit comments

Comments
 (0)