Skip to content

Release Linux/ARM64 images #372

@odidev

Description

@odidev

I am trying to use mailhog image on arm64 platform but arm64 tag is not available in dockerhub.
I have successfully built the docker image for Linux/ARM64 by using below buildx commands in the travis.yml file without any changes in Dockerfile:
{
docker buildx build -t odidev/sample:mailhogx64ARM --platform linux/amd64,linux/arm64 --push .
}
Commit: odidev@5584b40
Image: https://hub.docker.com/r/odidev/sample/tags?page=1&ordering=last_updated
May I know how you are releasing the images?
I will be happy to contribute and raise the PR.

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