Skip to content

Commit

Permalink
fix: prisma build for linux arm
Browse files Browse the repository at this point in the history
  • Loading branch information
cooderl committed Mar 30, 2024
1 parent 184c24e commit 4e730f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ datasource db {

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

// 读书账号
Expand Down

0 comments on commit 4e730f8

Please sign in to comment.