We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
if [ $(uname -m) = 'aarch64' ]; then
unzip -o $(ls |grep arm64) -d /
So the 64 Bit version is used
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: