feat: use armored gpg signature
Cadoles/go-http-peering/pipeline/head There was a failure building this commit
Details
Cadoles/go-http-peering/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
1bf8d755ed
commit
72f6073e47
|
@ -39,7 +39,7 @@ function build {
|
||||||
|
|
||||||
if [ ! -z "${GPG_SIGNING_KEY}" ]; then
|
if [ ! -z "${GPG_SIGNING_KEY}" ]; then
|
||||||
echo "signing '$destdir/$name' with gpg key '$GPG_SIGNING_KEY'..."
|
echo "signing '$destdir/$name' with gpg key '$GPG_SIGNING_KEY'..."
|
||||||
gpg --sign --default-key "${GPG_SIGNING_KEY}" --detach-sign --output "$destdir/$name.sig" "$destdir/$name"
|
gpg --sign --default-key "${GPG_SIGNING_KEY}" --armor --detach-sign --output "$destdir/$name.sig" "$destdir/$name"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue