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

Release Linux/ARM64 images #36

Open
odidev opened this issue Jul 15, 2021 · 0 comments
Open

Release Linux/ARM64 images #36

odidev opened this issue Jul 15, 2021 · 0 comments

Comments

@odidev
Copy link

odidev commented Jul 15, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant