Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Create .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tejavar authored Oct 26, 2023
1 parent 653d108 commit 337fdab
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
archives:
- id: archive
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
before:
hooks:
- make provider
builds:
- binary: pulumi-resource-concourse
dir: provider
env:
- CGO_ENABLED=0
- GO111MODULE=on
goarch:
- amd64
- arm64
goos:
- darwin
- windows
- linux
ldflags:
- -s
- -w
- -X github.com/pulumiverse/pulumi-concourse/provider/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-concourse/
changelog:
skip: true
release:
disable: false
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"

0 comments on commit 337fdab

Please sign in to comment.