aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 45 forks source link

udpate docker run to force platform to linux/amd64 #252

Closed kddejong closed 1 year ago

kddejong commented 1 year ago

Issue #, if available:

Description of changes:

On Mac OS with the M1 chips docker run will use ARM which results in python packages that have binaries pulling down the aarch based binaries. This will force docker to use a linux/amd64 image so we get the right binaries downloaded.

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