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

adding builds for linux/arm64/v8 #33

Closed
wants to merge 1 commit into from
Closed

adding builds for linux/arm64/v8 #33

wants to merge 1 commit into from

Conversation

bttnns
Copy link
Contributor

@bttnns bttnns commented Jun 14, 2020

No description provided.

@mikenye
Copy link
Member

mikenye commented Jun 14, 2020

Hey @btannous, thanks so much for submitting this.

It was my understanding that linux/arm64 was the same as linux/arm64/v8.

I tested your change this morning and the resulting image was identical to the linux/arm64 variant and it built from the cache of the linux/arm64 image.

Furthermore, a docker image inspect showed the architecture as linux/arm64.

What’s the use case for having linux/arm64/v8?

Thanks.

@mikenye mikenye self-assigned this Jun 14, 2020
@bttnns
Copy link
Contributor Author

bttnns commented Jun 15, 2020

Interesting. Thank you for checking it out quickly, and for the images :)

I’m using Fedora IoT on a Pi 3b+ which uses podman instead of docker.

For some reason it didn’t pull your image as it was looking for arm64/v8. I’m new to this combo, so maybe i’m missing something.

I will try to specify the arm64 variant. I’ll check it out here in a bit.

@mikenye
Copy link
Member

mikenye commented Jun 15, 2020

No worries at all. I'm happy to add linux/arm64/v8 if it solves your problem mate. Just let me know.

@bttnns
Copy link
Contributor Author

bttnns commented Jun 15, 2020

So it's looking like the plain arm64 will work with an addtl flag. I'll close the PRs! Sorry for the false alarm, but maybe these comments will help someone running into this issue.

http://docs.podman.io/en/latest/markdown/podman-pull.1.html

Adding: --override-arch=arm64 seems to work, when podman is trying to look for arm64/v8 specifically.

@mikenye
Copy link
Member

mikenye commented Jun 16, 2020

Thanks for letting me know. I have subbed to the libpod case you opened.

Agree the architecture names are a mess. armel, armhf, armv7l, aarch64, arm64... It is not intuitive at all.

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

Successfully merging this pull request may close these issues.

2 participants