webminer
webminer copied to clipboard
Dockerfile for webminer doesn't work on ARM
The Dockerfile (added by @webcashminer) relies on the Google package repositories for installing Bazel, which do not yet support arm64. The official GitHub build repositories for Bazel do have arm64 binaries though, so we should probably switch to downloading a release binary from there.