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 linux/arm/v7 and linux/arm/v6 building #1262

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

rodriguezny
Copy link
Member

Pullrequest

Add linux/arm/v7 and linux/arm/v7 building

Issues

Checklist

  • None

How2Test

  • Checkout the branch or tag you want to build the image for, then run the following command and after is completed, check your repository and then pull the image on your environment and test it using the docker-compose.yml available in the docker folder.
    docker buildx build . --platform linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ -t your_docker_id/cypht:tag_name -f docker/Dockerfile --push

Todo

  • None

@rodriguezny rodriguezny merged commit c528ea2 into cypht-org:master Oct 1, 2024
6 checks passed
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.

Automate Docker builds (Especially from Master, but might as well do for all the releases)
1 participant