forked from opentable/otj-pg-embedded
- Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
Description
Hello,
I have downloaded the Embedded Postgres Binary Darwin Arm64v8(12.10.0)
from https://mvnrepository.com/artifact/io.zonky.test.postgres/embedded-postgres-binaries-darwin-arm64v8/12.10.0 and I'm using it on my M1 SoC which has arm64 architecture.
I see that the binary does not run natively on M1:
file postgres-darwin-arm_64/bin/postgres postgres-darwin-arm_64/bin/postgres: Mach-O 64-bit executable x86_64
I want it to run and compile natively on arm64.
Is there something I'm missing or is it designed this way?