This repository was archived by the owner on May 31, 2023. It is now read-only.
Commit 2321a62
authored
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.1 parent c300bb1 commit 2321a62
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 9 | | |
17 | 10 | | |
18 | 11 | | |
| |||
0 commit comments