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.
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.