flant / ovpn-admin

Simple web UI to manage OpenVPN users.
Apache License 2.0
1.39k stars 261 forks source link

Added support for multi-arch builds #151

Closed garutilorenzo closed 1 year ago

garutilorenzo commented 2 years ago

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 commented 1 year ago

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