Skip to content

Commit

Permalink
Include ARM64 builds in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed May 23, 2022
1 parent fea255b commit d161009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
- windows
goarch:
- amd64
- arm64
- main: ./protoc-gen-openapiv2/main.go
id: protoc-gen-openapiv2
binary: protoc-gen-openapiv2
Expand All @@ -21,6 +22,7 @@ builds:
- windows
goarch:
- amd64
- arm64
archives:
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
format: binary
Expand Down

0 comments on commit d161009

Please sign in to comment.