This repository has been archived by the owner on May 31, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid being clever about unsupported architectures (#211)
Previously, when different packages sources where used to install Grafana, it made sense to fail fast, if there where no supported package. But now Grafana supports many architecture directly and this pre-flight check hinders installation on aarch64. Removing this check, delegating the failure to the package installer, simplifies the installation.
- Loading branch information