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

Build arm64 docker image for arm-based Macs #337

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Build arm64 docker image for arm-based Macs #337

merged 1 commit into from
Feb 16, 2023

Conversation

deeplow
Copy link
Contributor

@deeplow deeplow commented Feb 9, 2023

Partial fix for #50

@apyrgio
Copy link
Contributor

apyrgio commented Feb 9, 2023

I think we don't even need to specify the platform. By default, Docker should build the image natively, which is what we want. So, I'd propose completely removing the --platform argument. Am I missing something?

@deeplow
Copy link
Contributor Author

deeplow commented Feb 14, 2023

You're right. Not need for --platform at all.

@apyrgio
Copy link
Contributor

apyrgio commented Feb 14, 2023

You're right. Not need for --platform at all.

I still see it in install/macos/build-image.sh. Am I missing something?

@deeplow
Copy link
Contributor Author

deeplow commented Feb 15, 2023

I still see it in install/macos/build-image.sh. Am I missing something?

Whoops! You're right!

Copy link
Contributor

@apyrgio apyrgio left a comment

Choose a reason for hiding this comment

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

Looks good, feel free to merge.

Remove --patform args completely so that by default we build natively
on each platform.

Partial fix for #50
@deeplow deeplow merged commit 9b3d98b into main Feb 16, 2023
@deeplow deeplow added this to the 0.4.1 milestone Feb 21, 2023
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