This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch migrate-to-latest-pgbouncer-exported in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git
commit c77878c2ab62bdae574b92c16c6cfb3dfb86ecbc Author: Juraj Bubniak <[email protected]> AuthorDate: Wed Feb 24 07:52:08 2021 +0100 Add arm64 goarch. --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index fd32373..638a423 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,6 +22,7 @@ builds: - windows goarch: - amd64 + - arm64 - 386 archives: - id: release @@ -40,7 +41,7 @@ dockers: - skip_push: auto goos: linux goarch: amd64 - binaries: + ids: - pgbouncer_exporter image_templates: - "jbub/pgbouncer_exporter:latest"
