-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
43 lines (43 loc) · 1001 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
version: 2
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- freebsd
- netbsd
- openbsd
goarch:
- amd64
- arm
- arm64
- ppc64le
- mips64le
- s390x
goarm:
- "5"
- "7"
gomips:
- hardfloat
main: ./cmd/yubico-piv-checker
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc
nfpms:
-
package_name: ovh-yubico-piv-checker
vendor: OVH SAS
maintainer: Thomas SOËTE <[email protected]>
description: Tool to check Yubico PIV Attestation. See https://developers.yubico.com/yubico-piv-tool/Attestation.html
license: Apache 2.0
formats:
- deb
- rpm
file_name_template: >-
{{- trimsuffix .ConventionalFileName .ConventionalExtension -}}
{{- if and (eq .Arm "6") (eq .ConventionalExtension ".deb") }}6{{ end -}}
{{- if not (eq .Amd64 "v1")}}{{ .Amd64 }}{{ end -}}
{{- .ConventionalExtension -}}