mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 04:16:14 -08:00
Setup QEMU for more archs
This commit is contained in:
parent
0c0265e31d
commit
3b7b53ff24
2
.github/workflows/publish-tag.yaml
vendored
2
.github/workflows/publish-tag.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: linux/amd64, linux/arm64
|
||||
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v8
|
||||
|
||||
- name: Login into ghcr.io
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user