Using docker-compose failing with JRE error - aarch64 #134
Unanswered
paulhwatson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
aarch64 architecture does not work. there is an open issue for it, #81 and an experimental branch #102 the docker image runs on linux, on #102 I did some modification to have it working on aarch64 but there are many errors. in theory it should be possible, in practice we are not there yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error unpacking jar files. The architecture or bitness (32/64)
70.73 of the bundled JVM might not match your machine.
Apple silicon M1. Downloaded the latest repository and ran:
docker compose up
There is also a warning but I don't know if its relevant.
ib-gateway Warning Head "https://ghcr.io/v2/gnzsnz/ib-gateway/manifests/latest": denied: denied
I put my userid and password in the Yaml file for testing.
Any help would be great
Beta Was this translation helpful? Give feedback.
All reactions