Skip to content

Commit

Permalink
add binary target
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruHunab1320 committed Aug 29, 2024
1 parent 08223b6 commit 56438d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generator client {
output = "./client-core"
previewFeatures = ["fullTextSearch", "multiSchema", "postgresqlExtensions"]
name = "prisma"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-arm64-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit 56438d3

Please sign in to comment.