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: .