Skip to content

Commit 28d90a1

Browse files
authored
Merge pull request #442 from alemagna-aws/patch-2
Update README.md for aarch64 local agent image
2 parents dc3f374 + 4c14eae commit 28d90a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

local_builds/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ locally before committing your changes to build on the cloud.
99

1010
Start by pulling the signed local agent image from [DockerHub](https://hub.docker.com/r/amazon/aws-codebuild-local/):
1111

12+
For x86_64:
1213
docker pull amazon/aws-codebuild-local:latest --disable-content-trust=false
1314

15+
For ARM:
16+
docker pull amazon/aws-codebuild-local:aarch64 --disable-content-trust=false
1417

1518
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.
1619

@@ -23,7 +26,7 @@ Download and use our codebuild_build.sh script to run your local builds.
2326
-a Used to specify an artifact output directory.
2427

2528
**Optional:**
26-
-l Used to override the default local agent image.
29+
-l Used to override the default local agent image. Default is "amazon/aws-codebuild-local:latest".
2730
-r Used to specify a report output directory.
2831
-c Use the AWS configuration and credentials from your local host. This includes ~/.aws and any AWS_* environment variables.
2932
-p Used to specify the AWS CLI Profile.

0 commit comments

Comments
 (0)