Skip to content

Commit

Permalink
Started work to add goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: James Humphries <[email protected]>
  • Loading branch information
Yantrio committed Feb 23, 2024
1 parent 672cc41 commit ce059f4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
archives:
- id: archive
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
before:
hooks:
- make tfgen
builds:
- binary: pulumi-resource-spacelift
dir: provider
goarch:
- amd64
- arm64
goos:
- darwin
- windows
- linux
ignore: []
ldflags:
- -X github.com/pulumi/pulumi-spacelift/provider/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-spacelift/
release:
disable: false
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"

0 comments on commit ce059f4

Please sign in to comment.