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

feat(core): Support platform flag during asset build #14908

Merged
merged 10 commits into from
Jun 14, 2021
Merged

Conversation

alukach
Copy link
Contributor

@alukach alukach commented May 28, 2021

Fixes #12472

Adds an option to specify the platform for the docker build command would allow users to build for other targets (e.g. Apple M1 users can build for amd64 architectures)


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented May 28, 2021

@peterwoodworth peterwoodworth added the @aws-cdk/core Related to core CDK functionality label Jun 3, 2021
rix0rrr
rix0rrr previously approved these changes Jun 4, 2021
@alukach alukach marked this pull request as ready for review June 7, 2021 20:29
@mergify mergify bot dismissed rix0rrr’s stale review June 7, 2021 20:29

Pull request has been modified.

@alukach
Copy link
Contributor Author

alukach commented Jun 7, 2021

@rix0rrr Alright, I believe this is now good to merge assuming you're okay with the Error: Features must contain a change to a README file lint failure.

@rix0rrr rix0rrr added the pr-linter/exempt-readme The PR linter will not require README changes label Jun 14, 2021
@mergify
Copy link
Contributor

mergify bot commented Jun 14, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: fa167c1
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 0189a9a into aws:master Jun 14, 2021
@mergify
Copy link
Contributor

mergify bot commented Jun 14, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@alukach alukach deleted the patch-3 branch June 14, 2021 16:50
hollanddd pushed a commit to hollanddd/aws-cdk that referenced this pull request Aug 26, 2021
Fixes aws#12472

Adds an option to specify the platform for the `docker build` command would allow users to build for other targets (e.g. Apple M1 users can build for amd64 architectures)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/core Related to core CDK functionality pr-linter/exempt-readme The PR linter will not require README changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(assets): allow user to pass platform option to Docker builds
4 participants