mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-12 11:56:15 -08:00
20 lines
308 B
YAML
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: .
|