getAlby / nostr-wallet-connect-next

Nostr Wallet Connect (NIP-47) application to allow apps to connect to your node
https://nwc.getalby.com
Apache License 2.0
8 stars 3 forks source link

Build linux http executables #480

Closed bumi closed 1 week ago

bumi commented 2 weeks ago

Fixes https://github.com/getAlby/hub/issues/50 and add install script for phoneixd

rolznz commented 2 weeks ago

CC @rdmitr

rdmitr commented 1 week ago

@bumi @rolznz

I have updated the http.yml action to build packages for x86_64, ARM v6, AARCH64. Haven't had a chance to test the ARM v6 package on Raspberry Pi yet, though. If, however, it works fine, we can retire the package-raspberry-pi.yml action and only use this one.

Also, tests were failing, so I temporarily disabled them in the workflow 🤔

rolznz commented 1 week ago

@rdmitr can you also update the release workflow? (both building the artifacts and uploading the artifacts to the release)

rdmitr commented 1 week ago

@rolznz I have updated the output names, removed the Raspberry Pi workflow (still haven't tested on actual hardware), and added the new images to the release action

rolznz commented 1 week ago

If possible I think we should update the install and update scripts for RPI. They won't work now.