mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-14 09:02:30 +02:00
Switch immich build.json from arch-specific tags to :latest
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/5fa15a03-ab03-4974-a490-f4e0f40585c7 Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
379a73ee4f
commit
f198418426
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.7.5 (2026-05-17)
|
||||
- Switch upstream image tags from arch-specific (`arm64v8-latest`/`amd64-latest`) to `:latest`
|
||||
|
||||
## 2.7.5 (2026-04-18)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/imagegenius/immich:arm64v8-latest",
|
||||
"amd64": "ghcr.io/imagegenius/immich:amd64-latest"
|
||||
"aarch64": "ghcr.io/imagegenius/immich:latest",
|
||||
"amd64": "ghcr.io/imagegenius/immich:latest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user