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

Please provide arm64 image #4177

Closed
draeath opened this issue Oct 17, 2023 · 6 comments
Closed

Please provide arm64 image #4177

draeath opened this issue Oct 17, 2023 · 6 comments
Labels
invalid This doesn't seem right

Comments

@draeath
Copy link

draeath commented Oct 17, 2023

I was looking to set this up on a local server and was sad to receive this warning:

WARNING: image platform ({amd64 linux  [] }) does not match the expected platform ({arm64 linux  [] })

Please consider cross-compiling and publishing an arm64 image.

This would also help those using hosting environments like AWS where ARM based images tend to be less expensive to run for the same relative performance.

@draeath
Copy link
Author

draeath commented Oct 17, 2023

@unixfox unixfox transferred this issue from iv-org/documentation Oct 17, 2023
@unixfox unixfox added the enhancement Improvement of an existing feature label Oct 17, 2023
@unixfox
Copy link
Member

unixfox commented Oct 17, 2023

Funny that you went so far as to find the crystal issue about arm64, but you didn't find this: #361 (comment) nor read the documentation: https://docs.invidious.io/installation/#docker 😃

@unixfox unixfox closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2023
@draeath
Copy link
Author

draeath commented Oct 17, 2023

I don't want to sound ungrateful, but what exactly was I missing from the documentation page? I just went through it again and I still don't see it.

I'm very happy to see #361 though! I have no idea how I failed to find that.

@unixfox
Copy link
Member

unixfox commented Oct 17, 2023

image

We can't make it obvious 😄

@draeath
Copy link
Author

draeath commented Oct 17, 2023

I don't know what to say, lol

Thanks heh

@unixfox unixfox added invalid This doesn't seem right and removed enhancement Improvement of an existing feature labels Oct 17, 2023
@MissingTwins
Copy link

Thank you to both the questioner and the responder for all the debating. You provided all the necessary information for people like me. I didn't notice that the docker-compose.yml file in the document was different from the one cloned from the repository.

Without paying close attention, I would have spent hours trying to figure out what I was doing wrong.

Additionally, the document's example was for Compose V1 (deprecated); the following is for Compose V2.

docker compose pull
docker compose up -d
docker image prune -f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants