mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #4828] [MERGED] Add static Linux builds for arm and musl #10293
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/4828
Author: @joshuaboniface
Created: 12/19/2020
Status: ✅ Merged
Merged: 12/20/2020
Merged by: @Bond-009
Base:
master← Head:linux-alt-arch📝 Commits (2)
841df64Add static Linux builds for arm and musl704d627Add Azure pipeline configs for new arches📊 Changes
7 files changed (+192 additions, -0 deletions)
View changed files
📝
.ci/azure-pipelines-package.yml(+6 -0)➕
deployment/Dockerfile.linux.amd64-musl(+31 -0)➕
deployment/Dockerfile.linux.arm64(+31 -0)➕
deployment/Dockerfile.linux.armhf(+31 -0)➕
deployment/build.linux.amd64-musl(+31 -0)➕
deployment/build.linux.arm64(+31 -0)➕
deployment/build.linux.armhf(+31 -0)📄 Description
Changes
Add static Linux builds for arm[hf], arm64, and MUSL amd64 (for Alpine, etc.)
Issues
Fixes #4827
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.