add aarch64-linux (#305521)

This commit is contained in:
mlyxshi
2024-04-20 15:01:31 +02:00
committed by GitHub
parent be639ce549
commit 0c261992cc
+1 -1
View File
@@ -47,6 +47,6 @@ buildGoModule {
homepage = "https://github.com/google/gvisor";
license = licenses.asl20;
maintainers = with maintainers; [ andrew-d gpl ];
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}