Compare commits

..

1 Commits

Author SHA1 Message Date
b3e17befaf feat: add jellyfin packages
Some checks failed
Build / build-8 (pull_request) Failing after 22s
Build / build-9 (pull_request) Failing after 39s
- building using spec files
- add jellyfin-server 10.10.7
- add jellyfin-web 10.10.7
- add jellyfin-ffmpeg 7.1.1
2025-05-25 17:54:22 +10:00
3 changed files with 3 additions and 6 deletions

View File

@ -12,8 +12,7 @@ ENV PACKAGE_RELEASE=${PACKAGE_RELEASE}
ARG PACKAGE_VERSION
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
# Copy nfpm.yaml from the context into the container
COPY nfpm.yaml /app/nfpm.yaml
# Copy resources from the context into the container
COPY resources /app/resources
# Download the required files

View File

@ -12,8 +12,7 @@ ENV PACKAGE_RELEASE=${PACKAGE_RELEASE}
ARG PACKAGE_VERSION
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
# Copy nfpm.yaml from the context into the container
COPY nfpm.yaml /app/nfpm.yaml
# Copy resources from the context into the container
COPY resources /app/resources
# Download the required files

View File

@ -12,8 +12,7 @@ ENV PACKAGE_RELEASE=${PACKAGE_RELEASE}
ARG PACKAGE_VERSION
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
# Copy nfpm.yaml from the context into the container
COPY nfpm.yaml /app/nfpm.yaml
# Copy resources from the context into the container
COPY resources /app/resources
# Download the required files