Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64 Support (easy fix) #12

Open
kraftzwerg opened this issue Aug 6, 2023 · 0 comments
Open

arm64 Support (easy fix) #12

kraftzwerg opened this issue Aug 6, 2023 · 0 comments

Comments

@kraftzwerg
Copy link

kraftzwerg commented Aug 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant