Home

tmpls @ae7b7df1e3d6b77cdfab15d81f62b2dc4b1392a2 - refs - log -
-
https://git.jolheiser.com/tmpls.git
tmpl templates
tmpls / template / .goreleaser.yaml
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
builds:
  - env:
      - CGO_ENABLED=0
    goos:
      - linux
      - windows
      - darwin
    ldflags:
      - "-s -w -X {{version_package}}.Version={{`{{.Version}}`}}"
archives:
  - replacements:
      386: i386
      amd64: x86_64
    format_overrides:
      - goos: windows
        format: zip
checksum:
  name_template: 'checksums.txt'
release:
  gitea:
    owner: {{gitea_user}}
    name: {{gitea_repo}}
gitea_urls:
  api: https://{{gitea_domain}}/api/v1/
  download: https://{{gitea_domain}}