Skip to content

Commit

Permalink
ID fix attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Olenik committed Jul 14, 2022
1 parent c40fd18 commit 9c5163e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ builds:
goarch:
- amd64
- arm64
binary: crd2pulumi-darwin
binary: crd2pulumi
main: ./main.go
id: build-darwin

- env:
- CGO_ENABLED=0
Expand All @@ -22,8 +23,9 @@ builds:
goarch:
- amd64
- arm64
binary: crd2pulumi-others
binary: crd2pulumi
main: ./main.go
id: build-others

archives:
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
Expand Down

0 comments on commit 9c5163e

Please sign in to comment.