-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.goreleaser.yml
47 lines (43 loc) · 1017 Bytes
/
.goreleaser.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
46
47
before:
hooks:
- go mod download
builds:
- binary: skuld
goos:
- linux
- windows
- darwin
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
scoop:
bucket:
owner: DEEP-IMPACT-AG
name: scoop-hyperdrive
commit_author:
name: codebuild
email: [email protected]
homepage: "https://github.com/DEEP-IMPACT-AG/skuld"
description: "CLI tool for AWS MFA credentials"
license: Apache 2.0
brews:
- tap:
owner: DEEP-IMPACT-AG
name: homebrew-hyperdrive
commit_author:
name: codebuild
email: [email protected]
homepage: "https://github.com/DEEP-IMPACT-AG/skuld"
description: "CLI tool for AWS MFA credentials"
#snapcrafts:
# - summary: "CLI toon for AWS MFA credentials"
# description: "CLI toon for AWS MFA credentials"
# grade: devel
# confinement: classic
# publish: true