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

Github workflow for arm v7 and arm64 docker image #247

Merged
merged 3 commits into from
Apr 16, 2020

Conversation

svrooij
Copy link

@svrooij svrooij commented Apr 14, 2020

Fixes #178

This workflow will build on every push to master. It will create a new docker image tagged voucher/vouch-proxy:latest-multi, for this to work you'll need to set the DOCKER_USERNAME and DOCKER_PASSWORD in https://github.com/vouch/vouch-proxy/settings/secrets

The username is your regular docker username and the password can be your password or a special token from the docker hub.

The new tag only supports arm/v7 and arm64, it's set to not support amd64 so the regular image workflow should still work and only people looking for an arm image will get these images.

bnfinet added a commit that referenced this pull request Apr 16, 2020
@bnfinet bnfinet merged commit 4c669e7 into vouch:master Apr 16, 2020
bnfinet added a commit that referenced this pull request Apr 16, 2020
bnfinet added a commit that referenced this pull request May 22, 2020
bnfinet added a commit that referenced this pull request May 22, 2020
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.

Add arm and arm64 docker images.
2 participants