aceberg / WatchYourLAN

Lightweight network IP scanner with web GUI
https://hub.docker.com/r/aceberg/watchyourlan
MIT License
1.24k stars 55 forks source link

More binary releases #66

Closed jacklul closed 6 months ago

jacklul commented 8 months ago

Have you considered building for multiple platforms in one go and putting the binaries in the release? Currently you have to build it manually for it to work on other platforms.

You could base it on the workflow I made: https://github.com/aceberg/WatchYourLAN/compare/main...jacklul:WatchYourLAN:main Or I could look into making PR myself if you want.

aceberg commented 8 months ago

Hi! I think it's a great idea! But I want to automate the process as much as possible, so I'm trying goreleaser and will hopefully include it in the next release.