[PR #4828] [MERGED] Add static Linux builds for arm and musl #10293

Closed
opened 2026-02-07 06:17:37 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: linux-alt-arch


📝 Commits (2)

  • 841df64 Add static Linux builds for arm and musl
  • 704d627 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4828 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 12/19/2020 **Status:** ✅ Merged **Merged:** 12/20/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `linux-alt-arch` --- ### 📝 Commits (2) - [`841df64`](https://github.com/jellyfin/jellyfin/commit/841df64e9f4399304337d9303b5c2a5b015d996a) Add static Linux builds for arm and musl - [`704d627`](https://github.com/jellyfin/jellyfin/commit/704d627f3a14b879a6e2fae363474a308079c8bb) Add Azure pipeline configs for new arches ### 📊 Changes **7 files changed** (+192 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description **Changes** Add static Linux builds for arm[hf], arm64, and MUSL amd64 (for Alpine, etc.) **Issues** Fixes #4827 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:17:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10293