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

docker: Add dockerfile for aarch64 and armhf #20

Merged
merged 1 commit into from
Mar 20, 2020
Merged

docker: Add dockerfile for aarch64 and armhf #20

merged 1 commit into from
Mar 20, 2020

Conversation

utzcoz
Copy link
Member

@utzcoz utzcoz commented Mar 19, 2020

We try to use a docker file to build different architecture rootfs with
the same compile toolchain before, but it doesn't work. So we split the
docker file based on the architecutre to solve this problem.

I test it with arm64 version rootfs for marlin, and it works fine.
@pdsouza Maybe it needs your help to test armhf. Thanks.

We try to use a docker file to build different architecture rootfs with
the same compile toolchain before, but it doesn't work. So we split the
docker file based on the architecutre to solve this problem.

Signed-off-by: utzcoz <[email protected]>
Copy link
Member

@pdsouza pdsouza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I'm sure this will work for armhf as well since it uses the same Dockerfile I created. I can merge it right now and test on armhf later since this is still on a separate branch. And thank you for updating the docs as well!

@pdsouza pdsouza merged commit 4ebd2e5 into maruos:upgrade-to-buster Mar 20, 2020
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