Bring arm64 back

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
maksim.nabokikh 2025-03-04 10:53:42 +01:00
parent 476bb252a1
commit 5a2a6c3b74
2 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,11 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: werf/actions/install@v2 - name: Install werf
uses: werf/actions/install@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login into ghcr.io - name: Login into ghcr.io
shell: bash shell: bash

View File

@ -2,8 +2,8 @@ project: ovpn-admin
configVersion: 1 configVersion: 1
build: build:
platform: platform:
- 'linux/amd64' - linux/amd64
# - 'linux/arm64' - linux/arm64
staged: true staged: true
--- ---
image: ovpn-admin image: ovpn-admin