ovpn-admin/werf.yaml
2025-03-04 21:29:02 +01:00

20 lines
308 B
YAML

project: ovpn-admin
configVersion: 1
build:
platform:
- linux/amd64
{{- if eq .Env "release" }}
- linux/arm64
- linux/arm/v7
- linux/arm/v8
{{- end }}
staged: true
---
image: ovpn-admin
dockerfile: Dockerfile.ovpn-admin
context: .
---
image: openvpn
dockerfile: Dockerfile.openvpn
context: .