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

Update Dockerfile to split build into multi-stages #401

Merged
merged 2 commits into from
Nov 6, 2021

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Nov 6, 2021

By added multi-arch support for Docker image (#328), CI build has made flaky due to much slower build in emulated ARM architecture.

This PR will update Dockerfile to split build phase into multi-staged. Docker Buildx, that is using in CI now, can run multi-stage build in concurrency. This may be expected getting an improved build stability.

@yhatt yhatt merged commit 96fe625 into main Nov 6, 2021
@yhatt yhatt deleted the docker-multi-stage-build branch November 6, 2021 19:30
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.

1 participant