You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why the existing HEAD of master can't be built from source on MacOS? I ask because I've tried without success. For background, these are the steps I took:
copied dockerfile.multi-stage-linux-x64 as dockerfile.multi-stage-osx-x64
changed references to 6.0 to 6.0-bookworm-slim
did a docker build from the solution root folder pointing to this file (-f) and named it yuniql-macosx
changed my own Dockerfile to reference yuniql-macosx instead of yuniql
attempted to docker run that image with --platform postgresql passing in the connection string
This failed with the following error:
The library 'libhostpolicy.so' required to execute the application was not found in '/app/'.
So I'm not sure if or where I've missed something. Can anybody advise?
The text was updated successfully, but these errors were encountered:
Is there a reason why the existing HEAD of master can't be built from source on MacOS? I ask because I've tried without success. For background, these are the steps I took:
dockerfile.multi-stage-linux-x64
asdockerfile.multi-stage-osx-x64
6.0
to6.0-bookworm-slim
docker build
from the solution root folder pointing to this file (-f
) and named ityuniql-macosx
yuniql-macosx
instead ofyuniql
docker run
that image with--platform postgresql
passing in the connection stringThis failed with the following error:
So I'm not sure if or where I've missed something. Can anybody advise?
The text was updated successfully, but these errors were encountered: