mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-04-27 02:39:31 +02:00
Initial v1.0.0 commit
This commit is contained in:
24
vendor/github.com/ahmetb/gen-crd-api-reference-docs/.goreleaser.yml
generated
vendored
Normal file
24
vendor/github.com/ahmetb/gen-crd-api-reference-docs/.goreleaser.yml
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
# travis ci currently sets GOPATH even with go1.11.
|
||||
# force-setting GO111MODULE=on to use vgo
|
||||
- GO111MODULE=on
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
archive:
|
||||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
||||
files:
|
||||
- LICENSE
|
||||
- template/**
|
||||
- example-config.json
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
changelog:
|
||||
skip: true
|
||||
release:
|
||||
# releases are uploaded to github by .travis.yml
|
||||
disable: true
|
||||
Reference in New Issue
Block a user