From 171faf465c66d6a6fbacc1ef964b283bd1de58e4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 13 Aug 2023 23:33:49 +0200 Subject: [PATCH] Enable ARMv8 builds (for RaspberryPi and other portable devices) (#1733) --- .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 ce3627bc..9c358d4f 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 + platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm/v8 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache # Looks like this was disabled @@ -115,7 +115,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 + platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm/v8 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache # Looks like this was disabled diff --git a/.github/workflows/test-container-build.yml b/.github/workflows/test-container-build.yml index c46b2cf0..53c91aa7 100644 --- a/.github/workflows/test-container-build.yml +++ b/.github/workflows/test-container-build.yml @@ -62,7 +62,7 @@ jobs: with: context: ./ file: ./Dockerfile - platforms: linux/arm/v6,linux/arm/v7,linux/amd64,linux/arm64, + platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm/v8 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache