From 24df7fad5d5da7e05659950519727f41201f688a Mon Sep 17 00:00:00 2001 From: johnniang Date: Wed, 27 Jan 2021 22:26:47 +0800 Subject: [PATCH] Correct multi platforms list again --- .github/workflows/halo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/halo.yml b/.github/workflows/halo.yml index d5af0db8bd..15200d550a 100644 --- a/.github/workflows/halo.yml +++ b/.github/workflows/halo.yml @@ -178,7 +178,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x push: true tags: | ${{ secrets.DOCKER_IMAGE_NAME }}:${{ env.HALO_VERSION}}