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

fix: ARM (Apple Silicon) build support in Dockerfile #63

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

catch-21
Copy link
Contributor

Still defaults to x86. Pass build arg when using ARM architecture: docker build --build-arg TARGETARCH=aarch64 .

@catch-21 catch-21 requested a review from SHAcollision January 13, 2025 20:13
@catch-21 catch-21 force-pushed the catch-21/dockerfile-arm branch from 5bbd402 to 43e30b3 Compare January 13, 2025 20:14
Copy link
Contributor

@SHAcollision SHAcollision left a comment

Choose a reason for hiding this comment

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

Thank you @catch-21 , I can't test but looks good! Feel free to merge

@Nuhvi Nuhvi merged commit cf1855d into main Jan 14, 2025
1 check passed
@catch-21
Copy link
Contributor Author

I tested on M3 Mac with the new arg and x86 AMD linux machine without the new arg.

@Nuhvi Nuhvi deleted the catch-21/dockerfile-arm branch February 4, 2025 11:37
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.

3 participants