cni: support aarch64-linux

This commit is contained in:
betaboon 2020-07-03 09:19:56 +02:00
parent 493f219f95
commit 0e305341fd

View File

@ -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" ];
}; };
} }