Skip to content

Commit

Permalink
Removed separate deb signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Pasztor committed Mar 30, 2021
1 parent 951e21a commit 9ccf5aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ source:
enabled: true
name_template: 'containerssh-agent-{{ .Version }}-source'
signs:
- id: sign-deb-package
artifacts: all
cmd: /bin/bash
args:
- '-c'
# HACK: the 'ids' parameter seems to not work on deb packages.
- if [[ "${artifact}" == *.deb ]]; then dpkg-sig -k [email protected] -s "builder" ${artifact}; fi
- id: sign-all
artifacts: all
dist: build
Expand Down

0 comments on commit 9ccf5aa

Please sign in to comment.