zonkyio / embedded-postgres

Java embedded PostgreSQL component for testing
Apache License 2.0
341 stars 41 forks source link

Fails on Windows ARM #116

Closed benstpierre closed 8 months ago

benstpierre commented 11 months ago

Your app is amazing but I am unable to use i on windows for arm which is slowly becoming more popular. There is no official postgres build for windows on arm yet but the x64 binaries should still work fine on arm windows. I think you could adjust the code to use x88 or x64 binaries on windows arm fairly easily.

benstpierre commented 11 months ago

I literally just added this hack in and now it works... image

tomix26 commented 10 months ago

You’re right, thanks for the idea. I’m going to implement it to the next version.