ovpn-admin/werf.yaml

17 lines
308 B
YAML
Raw Normal View History

2021-03-17 16:05:37 +07:00
project: ovpn-admin
2021-03-05 12:07:08 +03:00
configVersion: 1
build:
platform:
- linux/amd64
# TODO(nabokihms): build multiplatform images only for the master branch
# - linux/arm64
staged: true
2021-03-05 12:07:08 +03:00
---
2021-03-17 16:05:37 +07:00
image: ovpn-admin
dockerfile: Dockerfile.ovpn-admin
context: .
2021-03-05 12:07:08 +03:00
---
image: openvpn
dockerfile: Dockerfile.openvpn
context: .