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

Fixed Docker build for ARM64 architecture on MacOS (M1/M2). #675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abdulwahid24
Copy link

Issue #575

Description of changes:

Docker provides a build-time variable called BUILDARCH which automatically populates with the architecture (like amd64, arm64, etc.) when you use docker build or docker buildx build.

I utilized this variable to address the installation of some platform-specific tools. I trust this will be beneficial to the community.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

@ghanavat ghanavat left a comment

Choose a reason for hiding this comment

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

You might want to merge master in into your PR. I think you are missing a step about installing AWS SAM CLI.

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