Skip to content

Commit

Permalink
Enable use_buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Apr 19, 2021
1 parent 76ce388 commit 154bdcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dockers:
- image_templates:
- "maxmindinc/geoipupdate:{{ .Tag }}-amd64"
dockerfile: docker/Dockerfile
use_buildx: true
goarch: amd64
extra_files:
- docker/entry.sh
Expand All @@ -37,6 +38,7 @@ dockers:
- image_templates:
- "maxmindinc/geoipupdate:{{ .Tag }}-arm64"
dockerfile: docker/Dockerfile
use_buildx: true
goarch: arm64
extra_files:
- docker/entry.sh
Expand Down

0 comments on commit 154bdcd

Please sign in to comment.