From 81c95519ea1be5607679540cf589ec1576c373d2 Mon Sep 17 00:00:00 2001 From: Jacek Chmielewski Date: Thu, 28 Mar 2024 12:55:30 +0100 Subject: [PATCH] Skip arm64 docker build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 078fc03..34cb975 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}