-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.goreleaser.prerelease.yml
45 lines (41 loc) · 1.16 KB
/
.goreleaser.prerelease.yml
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
35
36
37
38
39
40
41
42
43
44
45
builds:
- binary: aws-oidc-rc
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
goarch:
- amd64
- arm64
ldflags:
- '-w -s -X github.com/chanzuckerberg/aws-oidc/pkg/util.GitSha={{.Commit}} -X github.com/chanzuckerberg/aws-oidc/pkg/util.Version={{.Version}} -X github.com/chanzuckerberg/aws-oidc/pkg/util.Dirty=false -X github.com/chanzuckerberg/aws-oidc/pkg/util.Release=true'
dockers:
- dockerfile: Dockerfile
image_templates:
- docker.pkg.github.com/chanzuckerberg/aws-oidc/aws-oidc:{{.ShortCommit}}
extra_files:
- cmd
- pkg
- go.mod
- go.sum
- main.go
nfpms:
- vendor: Chan Zuckerberg Initiative, LLC
license: MIT
description: AWS cli single sign on using OIDC
formats:
- deb
release:
prerelease: true
github:
owner: chanzuckerberg
name: aws-oidc
brews:
- description: "A command line utility tool to help generate AWS STS credentials from an OIDC application."
name : "aws-oidc-rc"
tap:
owner: chanzuckerberg
name: homebrew-tap
homepage: "https://github.com/chanzuckerberg/aws-oidc"
test: system "#{bin}/aws-oidc version"