From 048a1d4a8879396f9ed11a565004cb4843f29425 Mon Sep 17 00:00:00 2001 From: TwiN Date: Tue, 22 Nov 2022 21:53:28 -0500 Subject: [PATCH] ci: Only publish for linux/amd64 during tests --- .github/workflows/publish-latest-to-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-latest-to-ghcr.yml b/.github/workflows/publish-latest-to-ghcr.yml index f8d1addb..ae38f14c 100644 --- a/.github/workflows/publish-latest-to-ghcr.yml +++ b/.github/workflows/publish-latest-to-ghcr.yml @@ -32,7 +32,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v3 with: - platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 + platforms: linux/amd64 #,linux/arm/v6,linux/arm/v7,linux/arm64 pull: true push: true tags: ${{ env.IMAGE_REPOSITORY }}:latest