mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #992] [MERGED] Add Debian armhf (Rasberry Pi) build plus crossbuild #8603
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/992
Author: @joshuaboniface
Created: 2/24/2019
Status: ✅ Merged
Merged: 2/28/2019
Merged by: @anthonylavado
Base:
release-10.2.z← Head:armhf-debian📝 Commits (2)
c2e57abAdd Debian armhf (Rasberry Pi) build plus crossbuilddac2c98Disable documentation and debug in build📊 Changes
8 files changed (+188 additions, -2 deletions)
View changed files
➕
deployment/debian-package-armhf/Dockerfile.amd64(+42 -0)➕
deployment/debian-package-armhf/Dockerfile.armhf(+34 -0)➕
deployment/debian-package-armhf/clean.sh(+29 -0)➕
deployment/debian-package-armhf/dependencies.txt(+1 -0)➕
deployment/debian-package-armhf/docker-build.sh(+20 -0)➕
deployment/debian-package-armhf/package.sh(+42 -0)➕
deployment/debian-package-armhf/pkg-src(+1 -0)📝
deployment/debian-package-x64/pkg-src/rules(+19 -2)📄 Description
Changes
Adds Debian
armhfbuild infrastructure. Generally a copy of thedebian-package-x64build infrastructure with a symlink topkg-src, similar to how CentOS is handled, but reverts the Dockerfile back to a manual installation of thedotnet-sdkpackage (since anarmhfDocker build is not provided by Microsoft). Also adds the requisite switches to therulesconfiguration to support multiple arches.Issues
Additional fix to #157
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.