From fce6caebc270d1fe1bc3f268bd68ff7e57a85dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Szyma=C5=84ski?= Date: Mon, 19 Jun 2023 19:56:28 +0100 Subject: [PATCH] Fix arm64 prisma binary target (#2082) * Fix arm64 prisma binary target * Update changelog --- CHANGELOG.md | 1 + prisma/schema.prisma | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 {