Skip to content

Allow specifying one (or multiple) platform targets #5

@blimmer

Description

@blimmer

Currently, if I run this from my M1 MacBook Pro, if the mirrored image has an arm64 platform option, that's what gets mirrored to ECR. In many cases, I want to push the amd64 architecture version instead, because that's what I'm using in ECS Fargate.

You can specify an architecture like this:

docker pull --platform linux/amd64 wordpress:php7.4-apache

So it'd be nice to be able to specify your target architecture(s).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions