From de558f208fea6698e7c2cde57f0ca68a746947a8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 18 Jul 2024 10:54:55 +0200 Subject: [PATCH] Dropping older ARM v6 support due to dependencies not having support (#2506) --- .github/workflows/containers.yml | 4 ++-- .github/workflows/test-container-build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 08072500..853440e5 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -95,7 +95,7 @@ jobs: push: true tags: | ${{ secrets.DOCKER_HUB_USERNAME }}/changedetection.io:dev,ghcr.io/${{ github.repository }}:dev - platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm/v8 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 cache-from: type=gha cache-to: type=gha,mode=max @@ -116,7 +116,7 @@ jobs: ghcr.io/dgtlmoon/changedetection.io:${{ github.event.release.tag_name }} ${{ secrets.DOCKER_HUB_USERNAME }}/changedetection.io:latest ghcr.io/dgtlmoon/changedetection.io:latest - platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm/v8 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 cache-from: type=gha cache-to: type=gha,mode=max # Looks like this was disabled diff --git a/.github/workflows/test-container-build.yml b/.github/workflows/test-container-build.yml index 3a5f5351..8f2d0829 100644 --- a/.github/workflows/test-container-build.yml +++ b/.github/workflows/test-container-build.yml @@ -64,7 +64,7 @@ jobs: with: context: ./ file: ./Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm/v8 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache