From 4c14eae84f1f1737307a364bfe8e06bed884d2f9 Mon Sep 17 00:00:00 2001 From: alemagna-aws <54452613+alemagna-aws@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:40:51 -0700 Subject: [PATCH] Update README.md for aarch64 local agent image --- local_builds/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/local_builds/README.md b/local_builds/README.md index b390957d..f892dc0e 100644 --- a/local_builds/README.md +++ b/local_builds/README.md @@ -9,8 +9,11 @@ locally before committing your changes to build on the cloud. Start by pulling the signed local agent image from [DockerHub](https://hub.docker.com/r/amazon/aws-codebuild-local/): +For x86_64: docker pull amazon/aws-codebuild-local:latest --disable-content-trust=false +For ARM: + docker pull amazon/aws-codebuild-local:aarch64 --disable-content-trust=false You can verify the SHA matches our [latest release](https://docs.aws.amazon.com/codebuild/latest/userguide/samples.html). Please allow at least an hour after a new version has been pushed for the updated SHA to be reflected in our documentation. @@ -23,7 +26,7 @@ Download and use our codebuild_build.sh script to run your local builds. -a Used to specify an artifact output directory. **Optional:** - -l Used to override the default local agent image. + -l Used to override the default local agent image. Default is "amazon/aws-codebuild-local:latest". -r Used to specify a report output directory. -c Use the AWS configuration and credentials from your local host. This includes ~/.aws and any AWS_* environment variables. -p Used to specify the AWS CLI Profile.