This repository builds binary releases for zstd.
It is built using the Bazel module at https://registry.bazel.build/modules/zstd using a musl toolchain from https://registry.bazel.build/modules/hermetic_cc_toolchain so it is fully statically-linked and does not depend on any libc version at runtime.
Initial work for releasing prebuilt binaries for bsdtar was done by @dzbarsky, this is a fork that does the same for zstd.
- MODULE.bazel should point to the latest zstd on Bazel Central Registry. Renovate bot will send a PR.
- Push a tag to the repo, will kick off automated build on GitHub Actions.