mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 12:26:14 -08:00
17 lines
308 B
YAML
17 lines
308 B
YAML
project: ovpn-admin
|
|
configVersion: 1
|
|
build:
|
|
platform:
|
|
- linux/amd64
|
|
# TODO(nabokihms): build multiplatform images only for the master branch
|
|
# - linux/arm64
|
|
staged: true
|
|
---
|
|
image: ovpn-admin
|
|
dockerfile: Dockerfile.ovpn-admin
|
|
context: .
|
|
---
|
|
image: openvpn
|
|
dockerfile: Dockerfile.openvpn
|
|
context: .
|