build: fix native module in aarch64 docker image (#4656)

This commit is contained in:
LongYinan
2023-10-19 16:59:02 +08:00
committed by GitHub
parent 61d9958a4c
commit 352420b881
3 changed files with 39 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"]
binaryTargets = ["native", "debian-openssl-3.0.x", "linux-arm64-openssl-3.0.x"]
previewFeatures = ["metrics", "tracing"]
}