aws-codebuild-docker-images icon indicating copy to clipboard operation
aws-codebuild-docker-images copied to clipboard

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

Open abdulwahid24 opened this issue 2 years ago • 0 comments

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.

abdulwahid24 avatar Sep 21 '23 20:09 abdulwahid24