Anyone have trouble getting prisma to build the li...
# orm-help
w
Anyone have trouble getting prisma to build the linux binaries in a windows environment using
binaryTargets = ["native", "rhel-openssl-1.0.x"]
? I'd like to generate the linux binaries so I can upload them to a linux serverless instance, but all I get in windows is "native" binaries.
n
Hey Wade 👋 if the targets are specified via
binaryTargets
as you do, they should be generated as well 🤔 if this doesn’t work, would you mind reporting this on GitHub so that our Engineering team can look into this?
👍 1
w