Does explicitly setting multiple `binaryTarget` s ...
# orm-help
j
Does explicitly setting multiple
binaryTarget
s cause the client building step to bundle all of those binaries in? I’m having this error:
Copy code
Query engine library for current platform \"linux-musl\" could not be found.\nYou incorrectly pinned it to linux-musl\n\nThis probably happens, because you built Prisma Client on a different platform.
Even though my
binaryTarget
included both
native
and
linux-musl
1
Nevermind, I figured it out - my build steps didn’t copy over the
.so.node
files
🚀 2