Unverified Commit 0c261992 authored by mlyxshi's avatar mlyxshi Committed by GitHub
Browse files

add aarch64-linux (#305521)

parent be639ce5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}