Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit f604d2b

Browse files
author
wfg
committed
Remove multi-arch
1 parent 96026b3 commit f604d2b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ jobs:
2020
id: get_version
2121
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
2222

23-
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v1
25-
id: qemu
26-
with:
27-
platforms: linux/amd64,linux/arm64,linux/arm/v7
28-
29-
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@v1
31-
id: buildx
32-
with:
33-
install: true
34-
3523
- name: Log in to registry
3624
uses: docker/login-action@v1
3725
with:
@@ -42,7 +30,6 @@ jobs:
4230
- name: Build and push
4331
uses: docker/build-push-action@v2
4432
with:
45-
platforms: ${{ steps.qemu.outputs.platforms }}
4633
tags: |
4734
ghcr.io/wfg/openvpn-client:${{ steps.get_version.outputs.VERSION }}
4835
ghcr.io/wfg/openvpn-client:latest

0 commit comments

Comments
 (0)