mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
Update Docker labels and binaryTargets
This commit is contained in:
parent
257243aa0c
commit
ae2173e8b1
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ generator client {
|
|||
provider = "prisma-client-js"
|
||||
previewFeatures = ["postgresqlExtensions"]
|
||||
// These last two lines are important for Docker!
|
||||
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
|
||||
binaryTargets = ["native", "debian-openssl-3.0.x", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
|
||||
}
|
||||
|
||||
generator json {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue