ovpn-admin/werf.yaml

20 lines
320 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
{{- if eq .Values.werf.env "release" }}
- linux/arm64
- linux/arm/v7
- linux/arm/v8
{{- end }}
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: .