docker-amtd icon indicating copy to clipboard operation
docker-amtd copied to clipboard

ARM support

Open saschabrockel opened this issue 3 years ago • 1 comments

Any chances on ARM support? Is there anything planned?

saschabrockel avatar Jan 30 '22 02:01 saschabrockel

I have tried it myself. So your Dockerfile works as it is for arm64 (what I need and I guess the most other people that don't need amd64). For arm/v7 it crashes with the following error:

ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-f2bz7u_1/brotli/setup.py'"'"'; __file__='"'"'/tmp/pip-install-f2bz7u_1/brotli/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-bz26owce/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/brotli Check the logs for full command output.

So you are also able to build the image for arm64 at least. Would you be so kind to do this? I don't know how you build the docker images but the command docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag RandomNinjaAtk/docker-amtd:latest. would do it for you.

saschabrockel avatar Aug 13 '22 01:08 saschabrockel

radarr-extended will support arm platforms: https://github.com/RandomNinjaAtk/docker-radarr-extended

RandomNinjaAtk avatar Sep 03 '22 15:09 RandomNinjaAtk

Wait what is radarr extended now?

saschabrockel avatar Sep 04 '22 00:09 saschabrockel