From 0013b563f2938151e2cede88c8b717b384bc8849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Mon, 6 Sep 2021 13:38:59 +0200 Subject: [PATCH] Remove windows-arm64 from the build matrix (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #12 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