feat(build): update key algorithm

This commit is contained in:
Jan De Dobbeleer 2024-07-04 16:58:51 +02:00 committed by Jan De Dobbeleer
parent 51e4faf557
commit 0829afb478

View file

@ -45,7 +45,7 @@ checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'
signs: signs:
- cmd: openssl - cmd: openssl
args: [ "dgst", "-sha256", "-sign", "{{ .Env.SIGNING_KEY_LOCATION }}", "-out", "${artifact}.sig", "${artifact}" ] args: [ "pkeyutl", "-sign", "-inkey", "{{ .Env.SIGNING_KEY_LOCATION }}", "-out", "${artifact}.sig", "-rawin", "-in", "${artifact}" ]
artifacts: checksum artifacts: checksum
changelog: changelog:
disable: true disable: true