Skip to content

Commit b7ba52f

Browse files
committed
Revert "fix: prisma build for linux arm"
This reverts commit 4e730f8.
1 parent 517316c commit b7ba52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/prisma/schema.prisma

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ datasource db {
55

66
generator client {
77
provider = "prisma-client-js"
8-
binaryTargets = ["native", "linux-musl", "linux-arm-openssl-1.1.x"] // 生成linux可执行文件
8+
binaryTargets = ["native", "linux-musl"] // 生成linux可执行文件
99
}
1010

1111
// 读书账号

0 commit comments

Comments
 (0)