From 06f3998ccfb8380d10bdf3ef3efb3fdebafc1980 Mon Sep 17 00:00:00 2001 From: Luca <61653175+iu2frl@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:44:42 +0200 Subject: [PATCH] Adding ArmV7 platform for better RPi compatibility --- .github/workflows/push-docker-hub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker-hub.yml b/.github/workflows/push-docker-hub.yml index 1c7bb2ff..b9035752 100644 --- a/.github/workflows/push-docker-hub.yml +++ b/.github/workflows/push-docker-hub.yml @@ -32,6 +32,6 @@ jobs: with: context: ./ file: ./docker/Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: ${{ secrets.DOCKERHUB_IMAGENAME }}:${{ steps.get-latest-tag.outputs.tag }},${{ secrets.DOCKERHUB_IMAGENAME }}:latest