From 5380aad3bf6edd32004a7cfec1a35024f683d794 Mon Sep 17 00:00:00 2001 From: Sebastian Schubotz Date: Mon, 4 Mar 2024 17:46:19 +0100 Subject: [PATCH] Use architecture and versions during CI build of hass addon --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a16742..ab9c1d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: context: . file: ./Dockerfile.HA_ADDON build-args: BUILD_FROM=homeassistant/aarch64-base:latest - platforms: linux/arm64 + platforms: linux/arm64/v8 push: true tags: | sibbl/hass-lovelace-kindle-screensaver-ha-addon-aarch64:${{ env.PACKAGE_VERSION }}, @@ -61,7 +61,7 @@ jobs: context: . file: ./Dockerfile.HA_ADDON build-args: BUILD_FROM=homeassistant/armv7-base:latest - platforms: linux/armv7 + platforms: linux/arm/v7 push: true tags: | sibbl/hass-lovelace-kindle-screensaver-ha-addon-armv7:${{ env.PACKAGE_VERSION }},