Skip to content

Commit

Permalink
Merge pull request #9 from fraunhoferfokus/development
Browse files Browse the repository at this point in the history
* rm signing
  • Loading branch information
JGottschick authored May 2, 2024
2 parents 19c8830 + 52f402e commit fc71e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dredger
examples/*/src
go.work.sum
.DS_Store
dist
20 changes: 1 addition & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,6 @@ builds:
- windows
- darwin

checksum:
name_template: 'checksums.txt'

signs:
- id: checksums
cmd: cosign
stdin: '{{ .Env.COSIGN_PASSWORD }}'
output: true
artifacts: checksum
args:
- sign-blob
- --yes
- --key
- env://COSIGN_PRIVATE_KEY
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'

archives:
- format: tar.gz
name_template: >-
Expand All @@ -41,7 +23,7 @@ archives:
{{- if .Arm }}v{{ .Arm }}{{ end }}
snapshot:
name_template: "{{ incpatch version }}-next"
name_template: "{{ incpatch .Version }}-next"

changelog:
sort: asc
Expand Down

0 comments on commit fc71e8b

Please sign in to comment.