This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git

commit cc297e9a4c890b7410ce7b87f084c6c09f5ebe12
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"

Reply via email to