Similarly to how bazelisk publishes .deb artifacts for Debian-based distributions, I would like bazelisk to provide .rpm artifacts as well, as RPM is a widely-used package format for Red Hat, Fedora, CentOS, and other enterprise Linux distributions.
Currently, bazelisk releases include bazelisk-amd64.deb and bazelisk-arm64.deb, but users on RPM-based systems need to manually download and install the raw binaries. Providing official RPM artifacts would streamline installation and updates in these environments.
Similarly to how bazelisk publishes
.debartifacts for Debian-based distributions, I would like bazelisk to provide.rpmartifacts as well, as RPM is a widely-used package format for Red Hat, Fedora, CentOS, and other enterprise Linux distributions.Currently, bazelisk releases include
bazelisk-amd64.debandbazelisk-arm64.deb, but users on RPM-based systems need to manually download and install the raw binaries. Providing official RPM artifacts would streamline installation and updates in these environments.