Add command to sign freebsd assert file for gitian

Add FreeBSD to "Signing assert files" section of gitian readme / guide
pull/354/head
MoneroArbo 3 years ago committed by wowario
parent 5de14c44ec
commit 6ddc174595
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -188,6 +188,7 @@ gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert
gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert
gpg --detach-sign ${VERSION}-osx/${GH_USER}/monero-osx-*-build.assert
gpg --detach-sign ${VERSION}-android/${GH_USER}/monero-android-*-build.assert
gpg --detach-sign ${VERSION}-freebsd/${GH_USER}/monero-freebsd-*-build.assert
```
This will create a `.sig` file for each `.assert` file above (2 files for each platform).

Loading…
Cancel
Save