From d16ad1c73ec8ea89175f2af29cd9ece1a5fac61d Mon Sep 17 00:00:00 2001 From: Pauline <59414053+phochard@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:15:23 +0200 Subject: [PATCH] feat: copy aws image from eu to us for marketplace (#146) * copy image from eu to us * uncomment aws ci block * update openssl * Update .github/workflows/build_all.yml Co-authored-by: Manuthor <32013169+Manuthor@users.noreply.github.com> * Update .github/workflows/marketplaces.yml Co-authored-by: Manuthor <32013169+Manuthor@users.noreply.github.com> * Update .github/workflows/marketplaces.yml --------- Co-authored-by: Manuthor <32013169+Manuthor@users.noreply.github.com> --- .github/workflows/aws_image.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/aws_image.yml b/.github/workflows/aws_image.yml index 12a9302d..7ec23694 100644 --- a/.github/workflows/aws_image.yml +++ b/.github/workflows/aws_image.yml @@ -260,3 +260,9 @@ jobs: --name $NEW_IMAGE_NAME \ --source-region eu-west-1 \ --source-image-id ${AMI} + + aws ec2 copy-image \ + --name $NEW_IMAGE_NAME \ + --source-region eu-west-1 \ + --source-image-id ${AMI} \ + --region us-east-1 \ No newline at end of file