Add builds for Linux arm64/aarch64
Describe your feature request
It will be nice feature if you will add cross-platform CI builds which will be upload binary files to github releases because sometimes people don't need to install rust on their machines. Thanks!
Hey, thanks for reporting the issue. I'm pretty sure it's described in the readme and already implemented :)
https://github.com/vv9k/dockeye/blob/4f0a86b9a069ab0b7ac6bed82b7f16fbc48eec36/.github/workflows/release.yml#L129-L148
https://github.com/vv9k/dockeye/blob/master/README.md#prebuilt-packages
Here is the first release with Linux and macOS build artifacts: https://github.com/vv9k/dockeye/releases/tag/0.1.0
I don't see Mac x86_64 architecture builds, only aarch64.
I added the x86_64-apple-darwin target in 8014a26ed6ee9ac5f0d0eb295415ec739ebe0e07 . Next release should include the artifacts :) Let's leave this issue open until then.
Any plans for adding Linux aarch64/arm64 bin to the release?😃
Any plans for adding Linux aarch64/arm64 bin to the release?smiley
@vv9k sound like you need to add "help neded" label 🙈
Agreed :) All help at this point will be appreciated and Linux arm is indeed not on my priority list.
Necessary changes would have to be made here to add a new target: https://github.com/vv9k/dockeye/blob/fd85696e5980bad4f1f061e82068658c36eb25a7/.github/workflows/release.yml#L69-L73
Looks like the binaries for x86_64-apple-darwin are there! :) Perhaps I'll rename this issue track adding the linux arm binary.