mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
align with latest for build
Align build tags with latest to take into account intermediate ls versions
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="10.7.6-1-ls118"
|
||||
|
||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
# Set shell
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "linuxserver/jellyfin:arm32v7-",
|
||||
"armhf": "linuxserver/jellyfin:arm32v7-",
|
||||
"aarch64": "linuxserver/jellyfin:arm64v8-",
|
||||
"amd64": "linuxserver/jellyfin:amd64-"
|
||||
"armv7": "linuxserver/jellyfin:arm32v7-latest",
|
||||
"armhf": "linuxserver/jellyfin:arm32v7-latest",
|
||||
"aarch64": "linuxserver/jellyfin:arm64v8-latest",
|
||||
"amd64": "linuxserver/jellyfin:amd64-latest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user