From 18b71edd6d71dd1e655605063ced551cb94dffa7 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 15 May 2021 21:23:05 +1000 Subject: [PATCH] Switch to just amd64 for now due to apprise not building on ARM --- .github/workflows/image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index e3c7d118..c9d33d2b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -62,7 +62,8 @@ jobs: tags: | ${{ secrets.DOCKER_HUB_USERNAME }}/changedetection.io:latest # ${{ secrets.DOCKER_HUB_USERNAME }}:/changedetection.io:${{ env.RELEASE_VERSION }} - platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 +# platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 + platforms: linux/amd64 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache