Skip to content

Commit

Permalink
Fix docker image templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbub committed Mar 17, 2021
1 parent d411ce9 commit 9be20d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ snapshot:
dockers:
- image_templates:
- "jbub/pgbouncer_exporter:{{ .Tag }}"
- "jbub/pgbouncer_exporter:latest"
dockerfile: Dockerfile
use_buildx: true
build_flag_templates:
Expand All @@ -53,6 +54,7 @@ dockers:
- "--platform=linux/amd64"
- image_templates:
- "jbub/pgbouncer_exporter:{{ .Tag }}-arm64"
- "jbub/pgbouncer_exporter:latest-arm64"
dockerfile: Dockerfile
use_buildx: true
build_flag_templates:
Expand All @@ -69,7 +71,3 @@ docker_manifests:
image_templates:
- 'jbub/pgbouncer_exporter:{{ .Tag }}'
- 'jbub/pgbouncer_exporter:{{ .Tag }}-arm64'
- name_template: 'jbub/pgbouncer_exporter:latest'
image_templates:
- 'jbub/pgbouncer_exporter:{{ .Tag }}'
- 'jbub/pgbouncer_exporter:{{ .Tag }}-arm64'
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.2

* Fix docker image templates.

## 0.9.1

* Use multiarch docker build to support both amd64 and arm64 platforms.
Expand Down

0 comments on commit 9be20d4

Please sign in to comment.