From e604711f58d812a3860a63090213372203f4cb6e Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Tue, 30 Aug 2022 13:18:20 +0700 Subject: [PATCH] Action for ARM - 4 --- .github/workflows/arm-docker-publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/arm-docker-publish.yml b/.github/workflows/arm-docker-publish.yml index f6114dd..dd043ed 100644 --- a/.github/workflows/arm-docker-publish.yml +++ b/.github/workflows/arm-docker-publish.yml @@ -60,7 +60,6 @@ jobs: uses: docker/build-push-action@v3 with: context: . - platforms: linux/arm/v7 - push: ${{ github.event_name != 'pull_request' }} - tags: ${{ env.TAGS }} - labels: ${{ steps.meta1.outputs.labels }} \ No newline at end of file + platforms: linux/arm/v6,linux/arm/v7,linux/arm64 + push: true + tags: ${{ steps.meta1.outputs.tags }} \ No newline at end of file