grafana: supports x86_64-{linux, darwin} and aarch64-{linux, darwin} only

This commit is contained in:
shivaraj-bh 2024-03-26 17:55:23 +05:30
parent f5e484111e
commit af60144b41
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ buildGoModule rec {
license = licenses.agpl3;
homepage = "https://grafana.com";
maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ];
platforms = platforms.linux ++ platforms.darwin;
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
mainProgram = "grafana-server";
};
}