cni: support aarch64-linux
This commit is contained in:
parent
493f219f95
commit
0e305341fd
@ -18,6 +18,6 @@ buildGoPackage rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = "https://github.com/containernetworking/cni";
|
homepage = "https://github.com/containernetworking/cni";
|
||||||
maintainers = with maintainers; [ offline vdemeester ];
|
maintainers = with maintainers; [ offline vdemeester ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user