Open G1itcher opened 1 year ago
version: "3.4"
services:
ib-gateway:
restart: always
build:
context: ./stable
platform: linux/x86_64 # You may force the docker compose to use assigned arch
You might try in this way for less invasive migration, recommend to keep local and prod in consistent arch
Describe the bug Looks like the Install4j script does not support mac sillicon. Get this error when building:
To Reproduce
docker build --platform linux/arm64/v8 . -t ib-gateway-local
Expected behavior It should build
Container logs NA
Versions (please complete the following information):
docker --version
): building stabledocker images --digests
): NAAdditional context If you could upload your images supported Mac silicon that would be ideal.