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

add workaround for BuildKit issue on Apple M1 hardware #1027

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

afeld
Copy link
Contributor

@afeld afeld commented Oct 6, 2022

Fixes #989.

@machikoyasuda Mind confirming this solves the issue for you, without having to disable BuildKit in the settings?

@afeld afeld requested a review from a team as a code owner October 6, 2022 22:19
@github-actions github-actions bot added the deployment-dev [auto] Changes that will trigger a deploy if merged to dev label Oct 6, 2022
Copy link
Member

@machikoyasuda machikoyasuda left a comment

Choose a reason for hiding this comment

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

I am able to build the app and images properly w/ this change.

(I've noticed that either way though.... my Docker is a bit slower, esp. running all the pre-commit checks 😢 )

@afeld
Copy link
Contributor Author

afeld commented Oct 12, 2022

either way though.... my Docker is a bit slower

Can you elaborate? If I understand the BuildKit change correctly, that's just changing how the images are built, not how they are run, and thus this pull request should not have an impact on the performance of the latter.

@afeld afeld merged commit 38da34e into dev Oct 13, 2022
@afeld afeld deleted the fix/docker-build-m1 branch October 13, 2022 16:41
@afeld
Copy link
Contributor Author

afeld commented Oct 13, 2022

Confirmed verbally that we will look into the container performance problem separately.

@machikoyasuda machikoyasuda mentioned this pull request Apr 7, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment-dev [auto] Changes that will trigger a deploy if merged to dev
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build dev image
2 participants