Skip to content

Commit

Permalink
APIGOV-88888 - add ignores for windows-arm64 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick authored May 11, 2022
1 parent 3292e05 commit aef2aa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .goreleaser-da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ builds:
- linux
- windows
- darwin
ignore:
- goos: windows
goarch: arm64

archives:
- id: discovery_agent_archives
Expand Down
5 changes: 4 additions & 1 deletion .goreleaser-ta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ builds:
- linux
- windows
- darwin

ignore:
- goos: windows
goarch: arm64

archives:
- id: traceability_agent_archives
name_template: "mulesoft_traceability_agent_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit aef2aa8

Please sign in to comment.