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

add multi platform docker build as a github actions workflow #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nathanejohnson
Copy link

@nathanejohnson nathanejohnson commented Apr 10, 2024

This makes it easy to build cross platform images for amd64 and arm64 and push them to docker hub. You'd need to add two repository secrets, namely:

DOCKER_HUB_USER 

to be the docker hub username, and

DOCER_HUB_TOKEN 

to be a generated api token with sufficient privileges to push images.

I was able to test this in my fork here:

https://github.com/nathanejohnson/MAC-Telnet/actions/runs/8625871441/job/23643151832

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

Successfully merging this pull request may close these issues.

None yet

1 participant