Merge pull request #92140 from betaboon/docker-cross-compile-fixes

Docker cross compile fixes v2
This commit is contained in:
Frederik Rietdijk
2020-08-24 12:09:27 +02:00
committed by GitHub
4 changed files with 27 additions and 12 deletions
@@ -18,6 +18,6 @@ buildGoPackage rec {
license = licenses.asl20;
homepage = "https://github.com/containernetworking/cni";
maintainers = with maintainers; [ offline vdemeester ];
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}