vexdev / amarr

aMule Torrent connector for Servarr
MIT License
28 stars 1 forks source link

Java exec format error when running amarr on portainer #74

Closed miguesan01 closed 3 months ago

miguesan01 commented 8 months ago

Amarr Apparently runs ok when I deploy the container in portainer, but soon after exits with this error:

    exec /usr/local/openjdk-17/bin/java: exec format error

This is my configuration file:


version: "2.1" services: amarr: image: vexdev/amarr:latest container_name: amarr environment:

vexdev commented 3 months ago

Should be fixed with version 1.6.0 released with arm support (#83 ) please re-open if not working.

miguesan01 commented 3 months ago

I wasn't aware that arm wasn't supported. Anyway, I moved to an i386 minipc and amarr is running ok, so I can't test it in arm anymore. Thank you.