Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: binaries releases planned? #49

Closed
Stadicus opened this issue Dec 2, 2021 · 3 comments
Closed

Question: binaries releases planned? #49

Stadicus opened this issue Dec 2, 2021 · 3 comments

Comments

@Stadicus
Copy link

Stadicus commented Dec 2, 2021

Hi Edouard, remember #16? :)

We're currently updating the RaspiBolt v3 bonus guides. The guide on lntop uses the binaries, and is still on version 0.1.0. I noticed that you recently released lntop v0.2.0, but there are no binary files.

Current pull request: raspibolt/raspibolt#811

Do you plan to provide binary releases? For the RaspiBolt v3 guide, ARM64 would be especially interesting.

If not: no problem. Then we'd need to rewrite the guide for users to compile the tool themselves. Not as easy, of course, but doable.

@edouardparis
Copy link
Owner

edouardparis commented Dec 3, 2021

Hi Stadicus, yes I am sorry I did not provide the binary.
I compiled one on my computer and attached it to the v0.2.0.
RELEASE.md in the tar.gz should provide enough information if someone want to reproduce the build.

I got inspired by the https://raspibolt.org/lnd.html#installation section and provided a signature of the tar.gz checksum.

curl https://edouard.paris/key.asc | gpg --import
(check fingerprint on my twitter bio: https://twitter.com/edouardparis)
gpg --verify checksums-lntop-v0.2.0.txt.sig checksums-lntop-v0.2.0.txt 
sha256sum --check checksums-lntop-v0.2.0.txt

@Stadicus
Copy link
Author

Stadicus commented Dec 4, 2021

That's what I call great service, thanks! :)

@Stadicus
Copy link
Author

Stadicus commented Dec 4, 2021

FYI, the file you uploaded is a simple tar archive, and not gzipped. I think the correct file suffix would be just .tar. But works anyway, if you know how to handle it.

$ tar -xvzf lntop-v0.2.0-Linux-arm64.tar.gz 

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

$ file lntop-v0.2.0-Linux-arm64.tar.gz 
lntop-v0.2.0-Linux-arm64.tar.gz: POSIX tar archive (GNU)

$ tar -xvf lntop-v0.2.0-Linux-arm64.tar.gz 
release/
release/RELEASE.md
release/LICENSE
release/lntop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants