From b682e79ef5a8a3721a9d122b371046ff8bd8d38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Mon, 6 Sep 2021 13:23:45 +0200 Subject: [PATCH] Remove windows-arm64 from the build matrix Fixes #12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- .goreleaser.yaml | 2 ++ scripts/goreleaser-templates/builds.template.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d6c12503..06bbc3fb 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -32,6 +32,8 @@ builds: ignore: - goos: windows goarch: arm + - goos: windows + goarch: arm64 docker_manifests: - name_template: quay.io/jpkroehling/otelcol:{{ .Tag }} image_templates: diff --git a/scripts/goreleaser-templates/builds.template.yaml b/scripts/goreleaser-templates/builds.template.yaml index 329694c2..ff01b477 100644 --- a/scripts/goreleaser-templates/builds.template.yaml +++ b/scripts/goreleaser-templates/builds.template.yaml @@ -25,3 +25,5 @@ builds: ignore: - goos: windows goarch: arm + - goos: windows + goarch: arm64