mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-03-28 03:51:43 +01:00
25 lines
512 B
YAML
25 lines
512 B
YAML
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
|