diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2e2e7cf..e095f8be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Harmonized the use of permissions on the landing page - Improved the language localization for German (`de`) - Improved the language localization for Portuguese (`pt`) +- Updated the binary targets of `linux-arm64-openssl` for `prisma` ## 1.281.0 - 2023-06-17 diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 712e71ca9..f46272a54 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -1,7 +1,7 @@ generator client { provider = "prisma-client-js" previewFeatures = [] - binaryTargets = ["debian-openssl-1.1.x", "linux-arm64-openssl-1.1.x", "native"] + binaryTargets = ["debian-openssl-1.1.x", "linux-arm64-openssl-3.0.x", "native"] } datasource db {