Skip to content

Commit

Permalink
[build] Sign debs with sha512
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Aug 15, 2016
1 parent 1b78afb commit 71b3f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/release_packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default (grunt) => {
'--sign', deb.signatureKeyId,
'--arch', deb.arch,
`--access-key-id=${deb.awsKey}`,
`--secret-access-key=${deb.awsSecret}`
`--secret-access-key=${deb.awsSecret}`,
'--gpg-options=--digest-algo SHA512'
]);
}

Expand Down

0 comments on commit 71b3f58

Please sign in to comment.