From cb366c24fa2b3d1e74ba145bd970ab68c7204095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Fri, 27 Jan 2023 10:21:26 +0100 Subject: [PATCH] simplified building MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .github/workflows/publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 6803421..2bbd2b3 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -50,7 +50,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm/v7,linux/arm/v8 + platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.semver.outputs.tags }} labels: ${{ steps.semver.outputs.labels }} \ No newline at end of file