From f4bd8c06aec1e32f29d9419d67fcac2ea207080c Mon Sep 17 00:00:00 2001 From: Hironsan Date: Wed, 23 Dec 2020 14:09:49 +0900 Subject: [PATCH] Disable multi platform build --- .github/workflows/publish-image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 17d83071..677880d1 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -47,7 +47,6 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/arm64 #,linux/386 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }}