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/app/translations/de/LC_MESSAGES/messages.po b/app/translations/de/LC_MESSAGES/messages.po
index da4c5b2..85c6c76 100644
--- a/app/translations/de/LC_MESSAGES/messages.po
+++ b/app/translations/de/LC_MESSAGES/messages.po
@@ -120,6 +120,7 @@ msgid "TSUN Proxy - Log Files"
msgstr "TSUN Proxy - Log Dateien"
#: src/web/templates/page_logging.html.j2:10
+#, python-format
msgid "Do you really want to delete the log file:
%(file)s ?"
msgstr "Soll die Datei:
%(file)s
wirklich gelöscht werden?"
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" {