Mercurial > yakumo_izuru > aya
comparison vendor/github.com/alecthomas/chroma/v2/.goreleaser.yml @ 66:787b5ee0289d draft
Use vendored modules
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Sun, 23 Jul 2023 13:18:53 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
65:6d985efa0f7a | 66:787b5ee0289d |
---|---|
1 project_name: chroma | |
2 release: | |
3 github: | |
4 owner: alecthomas | |
5 name: chroma | |
6 brews: | |
7 - | |
8 install: bin.install "chroma" | |
9 env: | |
10 - CGO_ENABLED=0 | |
11 builds: | |
12 - goos: | |
13 - linux | |
14 - darwin | |
15 - windows | |
16 goarch: | |
17 - arm64 | |
18 - amd64 | |
19 - "386" | |
20 goarm: | |
21 - "6" | |
22 dir: ./cmd/chroma | |
23 main: . | |
24 ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} | |
25 binary: chroma | |
26 archives: | |
27 - | |
28 format: tar.gz | |
29 name_template: '{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ | |
30 .Arm }}{{ end }}' | |
31 files: | |
32 - COPYING | |
33 - README* | |
34 snapshot: | |
35 name_template: SNAPSHOT-{{ .Commit }} | |
36 checksum: | |
37 name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt' |