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

Support for raspberry pi 3/4? #2

Closed
CptArn opened this issue Jun 3, 2020 · 6 comments
Closed

Support for raspberry pi 3/4? #2

CptArn opened this issue Jun 3, 2020 · 6 comments
Assignees
Projects

Comments

@CptArn
Copy link

CptArn commented Jun 3, 2020

I see on docker hub there is only an amd64 version available. Any reason why there isn't support for arm/v7 like the pi's are using?

@SpoBo
Copy link
Owner

SpoBo commented Jun 6, 2020

Because docker hub doesn't do this by default and I had no need for it. But it makes a lot of sense to add it. Any clue on how to add it easily ?

@SpoBo
Copy link
Owner

SpoBo commented Jun 6, 2020

I see this ... https://hub.docker.com/r/ckulka/multi-arch-example but I need to properly look into it.

@CptArn
Copy link
Author

CptArn commented Jun 6, 2020

I've used this this reference

The only things i had to do is go to docker edge version.
Make a new builder.
Rebuild the project as is and the arm versions are available.

I've used this already to have a docker image for my pi and all seem to work fine. If you later on rebuild the project with the correct builder. There isn't anything else you need to do as far as i can see.

Let me know if you need help with this.

@SpoBo
Copy link
Owner

SpoBo commented Jun 6, 2020

It should be ok. Check the latest build.

I used this article and it was super easy to add. I am quite impressed with github actions. It basically does buildx in a workflow.

Go ahead & close if it appears correct to you.

@SpoBo SpoBo self-assigned this Jun 6, 2020
@SpoBo SpoBo added this to In progress in development Jun 6, 2020
@CptArn
Copy link
Author

CptArn commented Jun 6, 2020

Docker is working now. Thanks for the fast response time!

@CptArn CptArn closed this as completed Jun 6, 2020
development automation moved this from In progress to Done Jun 6, 2020
@SpoBo
Copy link
Owner

SpoBo commented Jun 6, 2020

No problem. Thx for the suggestion :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
development
  
Done
Development

No branches or pull requests

2 participants