-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
34 lines (30 loc) · 839 Bytes
/
Copy path.goreleaser.yaml
File metadata and controls
34 lines (30 loc) · 839 Bytes
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
26
27
28
29
30
31
32
33
34
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
version: 2
homebrew_casks:
- name: pug
homepage: https://github.com/leg100/pug
description: "Terminal user interface for terraform power users."
commit_author:
name: "Louis Garman"
email: "louisgarman@gmail.com"
repository:
owner: leg100
name: homebrew-tap
branch: master
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/leg100/pug/internal/version.Version={{.Major}}.{{.Minor}}.{{.Patch}}
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- formats: ['zip']
name_template: "{{ .ProjectName }}_{{ .Version }}_{{- .Os }}_{{- .Arch }}"