Merge pull request #140858 from pimeys/prisma-linux-aarch64

prisma-engines: add support for aarch64-linux
This commit is contained in:
Domen Kožar 2021-10-07 08:29:44 -05:00 committed by GitHub
commit 710be10957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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