mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
release.sh: reproducible gzip on Mac
Make sure we use GNU gzip. Mac by default uses BSD gzip.
This commit is contained in:
parent
a34b46c760
commit
6d8872f995
2 changed files with 25 additions and 3 deletions
|
|
@ -58,6 +58,13 @@ other tools:
|
|||
sudo apt-get install build-essential git make zip perl gpg
|
||||
```
|
||||
|
||||
On MacOS, you will need to install GNU tar and GNU gzip, which can be done with
|
||||
`brew`:
|
||||
|
||||
```bash
|
||||
brew install gnu-tar gzip
|
||||
```
|
||||
|
||||
Add GPG key of Alex Bosworth to verify release tag signature:
|
||||
```bash
|
||||
gpg --keyserver keys.openpgp.org --recv-keys DE23E73BFA8A0AD5587D2FCDE80D2F3F311FD87E
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue