Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to push multiarch Docker images #4

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

timlapluie
Copy link
Member

You can now provide an additional option to the push_image action in order to push multiarch (x86_64 and arm64) Docker images into AWS ECR. You can use it like this:

- sage/sbc-shared#multiarch-image-push:
    action: push_image
    environment: qa
    landscape: eu
    account_id: "123123123123"
    region: "eu-west-1"
    db_image: true
    multiarch_image_push: true

The only thing you have to make sure is that before running the push_image action, you have to build an additional arm64 Docker image (with the tag suffix arm64).

@timlapluie timlapluie merged commit 0cc9a62 into master Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants