add aarch64-linux (#305521)

This commit is contained in:
mlyxshi 2024-04-20 22:01:31 +09:00 committed by GitHub
parent be639ce549
commit 0c261992cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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