mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-15 21:16:14 -08:00
Go with QEMU
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
parent
c4813a61bb
commit
dbf2e87d38
6
.github/workflows/publish-tag.yaml
vendored
6
.github/workflows/publish-tag.yaml
vendored
@ -27,8 +27,10 @@ jobs:
|
||||
- name: Install werf
|
||||
uses: werf/actions/install@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: linux/amd64, linux/arm64
|
||||
|
||||
- name: Login into ghcr.io
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user