cni: support aarch64-linux
This commit is contained in:
parent
493f219f95
commit
0e305341fd
1 changed files with 1 additions and 1 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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue