1
0
mirror of https://github.com/kairos-io/kcrypt.git synced 2025-05-07 15:57:38 +00:00
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2025-04-16 10:10:12 +02:00
parent 735cedf006
commit 6fa74881a9
No known key found for this signature in database
GPG Key ID: FF934753A9D6AC56

View File

@ -51,8 +51,8 @@ archives:
name_template: '{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
- id: fips-archive
ids:
- fips-arm64
- fips-amd64
- fips-arm64
- fips-amd64
name_template: '{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}-fips'
checksum:
name_template: '{{ .ProjectName }}-{{ .Tag }}-checksums.txt'
@ -69,4 +69,4 @@ env:
- GOSUMDB=sum.golang.org
before:
hooks:
- go mod tidy
- go mod tidy