mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Update Docker labels and binaryTargets
This commit is contained in:
parent
257243aa0c
commit
ae2173e8b1
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: latest #${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
platforms: ${{ matrix.platform }}
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue