You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/09/22 11:22:24 UTC

[airflow-pgbouncer-exporter] 15/27: Add arm64 goarch.

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 <ju...@gmail.com>
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"