tempo: enable darwin build

Tempo publishes releases for both amd64 and arm64 darwin so should not
be an issue to build for this platform.
This commit is contained in:
John Children 2023-10-03 16:21:13 +01:00 committed by Weijia Wang
parent 042d50a96c
commit 61894e23d6

View file

@ -38,6 +38,5 @@ buildGoModule rec {
license = licenses.asl20;
homepage = "https://grafana.com/oss/tempo/";
maintainers = with maintainers; [ willibutz ];
platforms = platforms.linux;
};
}