Merge pull request #140858 from pimeys/prisma-linux-aarch64
prisma-engines: add support for aarch64-linux
This commit is contained in:
commit
710be10957
@ -52,7 +52,7 @@ in rustPlatform.buildRustPackage rec {
|
|||||||
description = "A collection of engines that power the core stack for Prisma";
|
description = "A collection of engines that power the core stack for Prisma";
|
||||||
homepage = "https://www.prisma.io/";
|
homepage = "https://www.prisma.io/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
maintainers = with maintainers; [ pamplemousse pimeys ];
|
maintainers = with maintainers; [ pamplemousse pimeys ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user