From 7f37c5c4c596f352f569f31f718e0ae64243f066 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 21 Jun 2025 10:39:14 +0200 Subject: [PATCH] - remove unused 32-bit architectures from the prebuild multiarch containers --- CHANGELOG.md | 1 + app/docker-bake.hcl | 2 +- ha_addons/docker-bake.hcl | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b02ee..75c26ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- remove unused 32-bit architectures - Babel don't build new po file if only the pot creation-date was changed - Improve Makefile - Update dependency pytest-asyncio to v1 diff --git a/app/docker-bake.hcl b/app/docker-bake.hcl index ba9d92b..324a68e 100644 --- a/app/docker-bake.hcl +++ b/app/docker-bake.hcl @@ -53,7 +53,7 @@ target "_common" { ] no-cache = false - platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"] + platforms = ["linux/amd64", "linux/arm64"] } target "_debug" { diff --git a/ha_addons/docker-bake.hcl b/ha_addons/docker-bake.hcl index 32cbf6c..4317a70 100644 --- a/ha_addons/docker-bake.hcl +++ b/ha_addons/docker-bake.hcl @@ -59,7 +59,7 @@ target "_common" { ] no-cache = false - platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"] + platforms = ["linux/amd64", "linux/arm64"] } target "_debug" {