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 #36

Open
Doug411 opened this issue Jun 10, 2023 · 5 comments
Open

ARM64 #36

Doug411 opened this issue Jun 10, 2023 · 5 comments

Comments

@Doug411
Copy link

Doug411 commented Jun 10, 2023

@seanap, @SpencerMKSmith
Thanks for merging the new baseimage. I tried to pull on my pi, and got a message that that linux/arm64/v8 is not in the manifest.

@SpencerMKSmith
Copy link
Contributor

SpencerMKSmith commented Jun 10, 2023 via email

@Doug411
Copy link
Author

Doug411 commented Jun 11, 2023

Thanks. i hadn't. I did my first docker build this morning! Seems to be working... Running my first book though it now. Thanks for your help!

@krakj
Copy link

krakj commented Jul 31, 2023

I get the same error message, both with
docker pull seanap/auto-m4b and docker compose pull

Running docker manifest inspect seanap/auto-m4b gives (I assume the unknown architecture/os is not correct?):

{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.index.v1+json",
"manifests": [
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 2202,
"digest": "sha256:d1a87791bd34cdb424bc1d55a8b43a025528e83f1a0e1e681c0e3458d6b5657d",
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 566,
"digest": "sha256:89009e0b1efedc688b9d6f699cd4bf551684e327f3573bb49248b41d003e8276",
"platform": {
"architecture": "unknown",
"os": "unknown"
}
}
]
}

@SpencerMKSmith
Copy link
Contributor

Change your image to spencermksmith/auto-m4b. I've uploaded the ARM supported image to another repo.

@dprinz
Copy link

dprinz commented Oct 28, 2024

The image from spencermksmith did not work on my mac, so i created a new one with the current main branch. Use the image dprinz/auto-m4b.

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

4 participants