Skip to content

Commit

Permalink
feat: copy aws image from eu to us for marketplace (#146)
Browse files Browse the repository at this point in the history
* copy image from eu to us

* uncomment aws ci block

* update openssl

* Update .github/workflows/build_all.yml

Co-authored-by: Manuthor <[email protected]>

* Update .github/workflows/marketplaces.yml

Co-authored-by: Manuthor <[email protected]>

* Update .github/workflows/marketplaces.yml

---------

Co-authored-by: Manuthor <[email protected]>
  • Loading branch information
phochard and Manuthor authored Aug 22, 2024
1 parent d1cbb63 commit d16ad1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/aws_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d16ad1c

Please sign in to comment.