mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #941] [CLOSED] Add Debian armhf (Raspberry Pi) build infrastructure #8399
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8399
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/941
Author: @joshuaboniface
Created: 2/19/2019
Status: ❌ Closed
Base:
master← Head:armel-debian📝 Commits (6)
4c002d2Add choosable arch configuration04dbdcfAdd armel build configuration71e66a8Add additional required shdep for Raspbiand1d6a02RPi is armhf not armel.....d1b7985Allow cross-toolchain builds and improve Docker env8c3118aAdd cross-build to main rules📊 Changes
8 files changed (+186 additions, -1 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(+17 -1)📄 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.