You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully built the docker image for Linux/ARM64 by Buildx commands in the Makefile, present in the root of the project, using this command:
{
docker buildx build -t ajv21/sample:latest --platform Linux/arm64,Linux/amd64 --push .
}
Please find the commit here for the changes in the Makefile : odidev@b5f0995
The docker hub link: https://hub.docker.com/repository/docker/ajv21/sample/tags
The docker image release process which is mentioned in the Makefile is bit confusing because the build and push commands points to some different repository (vergissberlin/jira-resource).
It would be better if you let us know the release process.
I will be happy to contribute and raise the PR.
The text was updated successfully, but these errors were encountered:
I have successfully built the docker image for Linux/ARM64 by Buildx commands in the Makefile, present in the root of the project, using this command:
{
docker buildx build -t ajv21/sample:latest --platform Linux/arm64,Linux/amd64 --push .
}
Please find the commit here for the changes in the Makefile : odidev@b5f0995
The docker hub link: https://hub.docker.com/repository/docker/ajv21/sample/tags
The docker image release process which is mentioned in the Makefile is bit confusing because the build and push commands points to some different repository (vergissberlin/jira-resource).
It would be better if you let us know the release process.
I will be happy to contribute and raise the PR.
The text was updated successfully, but these errors were encountered: