Skip to content

Commit

Permalink
Fixed manifest creationg
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 14, 2023
1 parent 3b260f7 commit 17df6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/scripts/create_ecr_manifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ FINAL=$ECR_URL/$FINAL_IMAGE_NAME:cache-$CONTENT_HASH

echo "Creating manifest list $FINAL..."

X86=$ECR_URL/$FINAL_IMAGE_NAME-x86_64:cache-$CONTENT_HASH
ARM64=$ECR_URL/$FINAL_IMAGE_NAME-arm64:cache-$CONTENT_HASH
X86=$ECR_URL/$FINAL_IMAGE_NAME:cache-$CONTENT_HASH-x86_64
ARM64=$ECR_URL/$FINAL_IMAGE_NAME:cache-$CONTENT_HASH-arm64

export DOCKER_CLI_EXPERIMENTAL=enabled

Expand Down

0 comments on commit 17df6d8

Please sign in to comment.