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