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

Issue running Docker command on MacOS #52

Closed
SunnySkye opened this issue Nov 23, 2024 · 3 comments
Closed

Issue running Docker command on MacOS #52

SunnySkye opened this issue Nov 23, 2024 · 3 comments

Comments

@SunnySkye
Copy link

Hi there,

I think this is an issue with the repo but I could be wrong.
Here's what I am running:
docker run --rm ghcr.io/georift/install-jellyfin-tizen 10.2.1.6

Here is the error in response:
Unable to find image 'ghcr.io/georift/install-jellyfin-tizen:latest' locally latest: Pulling from georift/install-jellyfin-tizen docker: no matching manifest for linux/arm64/v8 in the manifest list entries.

Any assistance or guidance would be deeply appreciated <3

@Epgenix
Copy link

Epgenix commented Nov 23, 2024

It pretty easy to fix this.

Firstly make sure that you have the Experimental "Virtualization Framework" enabled.
Verify that docker on your M series has qemu installed. You can do this by running:
docker run --rm --platform linux/amd64 alpine uname -m

If it outputs: x86_64 you're good. If not, reinstall docker.

Then use the "--platform linux/amd64" argument on the original command. This should look something like this:
docker run --rm --platform linux/amd64 ghcr.io/georift/install-jellyfin-tizen <samsung tv ip> <build option> <tag url>

Done.

@SunnySkye
Copy link
Author

@Epgenix You're a genius!
It installed and is working wonderfully.
Thank you so much for all your amazing work.

@Georift
Copy link
Owner

Georift commented Nov 25, 2024

Thanks for the comment @Epgenix. Yeah unfortunately Tizen doesn't have arm builds #10. This work around should probably be documented somewhere.

@Georift Georift closed this as completed Nov 25, 2024
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

3 participants