docker.new-telerising-api icon indicating copy to clipboard operation
docker.new-telerising-api copied to clipboard

arm64 Support (easy fix)

Open kraftzwerg opened this issue 2 years ago • 0 comments

sunsettrack4 provides an 64 bit arm package

I tested this inside your docker container, by manually extracting it. It works

You could add if [ $(uname -m) = 'aarch64' ]; then unzip -o $(ls |grep arm64) -d / to https://github.com/DeBaschdi/docker.new-telerising-api/blob/main/root/telerising.update

So the 64 Bit version is used

kraftzwerg avatar Aug 06 '23 16:08 kraftzwerg