mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-16 05:26:13 -08:00
Multiplatform and staged builds
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
parent
9317725352
commit
694f2066e1
2
.github/workflows/publish-tag.yaml
vendored
2
.github/workflows/publish-tag.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: werf/actions/install@v1.2
|
- uses: werf/actions/install@v2
|
||||||
|
|
||||||
- name: Login into ghcr.io
|
- name: Login into ghcr.io
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
project: ovpn-admin
|
project: ovpn-admin
|
||||||
configVersion: 1
|
configVersion: 1
|
||||||
|
build:
|
||||||
|
platform: ['linux/amd64','linux/arm64','linux/arm','linux/386']
|
||||||
|
staged: true
|
||||||
---
|
---
|
||||||
image: ovpn-admin
|
image: ovpn-admin
|
||||||
dockerfile: Dockerfile.ovpn-admin
|
dockerfile: Dockerfile.ovpn-admin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user