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

Lack of ARM/ARM64 support #294

Open
JoshuaVandaele opened this issue Nov 11, 2023 · 0 comments
Open

Lack of ARM/ARM64 support #294

JoshuaVandaele opened this issue Nov 11, 2023 · 0 comments

Comments

@JoshuaVandaele
Copy link

telly release with the issue:
tellytv/telly:dev

Last working telly release (if known):
None

Operating environment (Docker/Windows/Linux/QNAP, etc.):
Docker

Description of problem:
Currently, the telly docker cannot be ran on ARM which makes it not usable on my raspberry pi. I'd like to see support for it implemented for future users.

Contents of telly.config.toml [if you're using a version above 1.1]:
N/A

Command line used to run telly [if applicable]:
N/A

Docker run command used to run telly [if applicable]:

version: "3"

networks:
  networks_reverse_proxy:
    external: true

services:
  telly:
    image: tellytv/telly:dev
    container_name: telly
    ports:
      - "6077:6077"
    environment:
      TZ: Europe/Paris
    volumes:
    - ./config/telly.config.toml:/etc/telly/telly.config.toml
    restart: unless-stopped
    networks:
      - networks_reverse_proxy

telly or docker log:

folfy@raspberrypi:~/docker/telly $ docker compose down && docker compose up -d && docker compose logs -f
[+] Running 1/0
 ✔ Container telly  Removed                                                                                                                                                                    0.0s 
[+] Running 2/2
 ✔ telly 1 layers [⣿]      0B/0B      Pulled                                                                                                                                                   3.3s 
   ✔ ac81121605b4 Pull complete                                                                                                                                                                1.2s 
[+] Running 2/2
 ✔ Container telly                                                                                                                                      Started                                1.6s 
 ! telly The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
telly  | exec ./app: exec format error
telly exited with code 0

Additional information:

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