You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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>
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
The text was updated successfully, but these errors were encountered: