mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
25 lines
528 B
YAML
25 lines
528 B
YAML
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- windows
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
- arm
|
|
- arm64
|
|
- ppc64le
|
|
archives:
|
|
- name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
|
snapshot:
|
|
name_template: "{{ .Tag }}-next"
|
|
checksum:
|
|
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
|
|
changelog:
|
|
# It will be generated manually as part of making a new GitHub release
|
|
disable: true
|
|
env_files:
|
|
github_token: /home/jenkins/.apitoken/hub
|