We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd23ab3 commit 642e2e9Copy full SHA for 642e2e9
1 file changed
scripts/dist.sh
@@ -31,8 +31,11 @@ for FILENAME in $(find ./pkg -mindepth 1 -maxdepth 1 -type f); do
31
done
32
33
# Make the checksums
34
+echo "==> Signing..."
35
pushd ./pkg/dist
36
+rm -f ./terraform_${VERSION}_SHA256SUMS*
37
shasum -a256 * > ./terraform_${VERSION}_SHA256SUMS
38
+gpg --default-key 348FFC4C --detach-sig ./terraform_${VERSION}_SHA256SUMS
39
popd
40
41
# Upload
0 commit comments