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

Added support for multi-arch builds #151

Closed
wants to merge 2 commits into from

Conversation

garutilorenzo
Copy link

Added support for multi arch builds.
To build a multi arch image use:

docker buildx build --pull --push  --platform linux/amd64,linux/arm64 -t <YOUR_REGISTRY>/openvpn:latest -f Dockerfile.openvpn .
docker buildx build --pull --push  --platform linux/amd64,linux/arm64 -t <YOUR_REGISTRY>/ovpn-admin:latest -f Dockerfile .

@sprait sprait mentioned this pull request Aug 28, 2023
@sprait
Copy link
Collaborator

sprait commented Sep 12, 2023

thank you for your patch! we accepted changes in #234

@sprait sprait closed this Sep 12, 2023
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

2 participants