Skip to content

Commit

Permalink
Remove windows-arm64 from the build matrix (#13)
Browse files Browse the repository at this point in the history
Fixes #12

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Sep 6, 2021
1 parent b64379e commit 0013b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions scripts/goreleaser-templates/builds.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ builds:
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64

0 comments on commit 0013b56

Please sign in to comment.