sysdig: enable aarch64
This commit is contained in:
parent
f536901693
commit
a34aa811bd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A tracepoint-based system tracing tool for Linux (with clients for other OSes)";
|
||||
license = with licenses; [ asl20 gpl2 mit ];
|
||||
maintainers = [maintainers.raskin];
|
||||
platforms = ["x86_64-linux"] ++ platforms.darwin;
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ] ++ platforms.darwin;
|
||||
broken = kernel != null && versionOlder kernel.version "4.14";
|
||||
homepage = "https://sysdig.com/opensource/";
|
||||
downloadPage = "https://github.com/draios/sysdig/releases";
|
||||
|
|
Loading…
Reference in a new issue