-
Hi, I wanted to self-host monkeytype on my aarch64 server, but sadly the images do not seem to be available for aarch64. This should not be too difficult, given the images are built via Github actions anyway. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
i'll have a look if we can build for |
Beta Was this translation helpful? Give feedback.
-
hi @jzbor, i cannot test the images myself, can you give it a try? use the docker-compose.yml from the SELF_HOSTING documentation and replace Thanks. |
Beta Was this translation helpful? Give feedback.
hi @jzbor,
i cannot test the images myself, can you give it a try?
use the docker-compose.yml from the SELF_HOSTING documentation and replace
monkeytype/monkeytype-frontend:latest
withfehmer/mt-frontend:latest
andmonkeytype/monkeytype-backend:latest
withfehmer/mt-backend:latest
.Thanks.