[PR #909] [MERGED] Fix docker arm builds #8382

Closed
opened 2025-12-22 06:51:06 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/909
Author: @n8225
Created: 2/16/2019
Status: Merged
Merged: 2/16/2019
Merged by: @andrewrabert

Base: release-10.2.zHead: dockerBuilds


📝 Commits (1)

📊 Changes

3 files changed (+21 additions, -11 deletions)

View changed files

📝 Dockerfile.arm (+11 -4)
📝 Dockerfile.arm64 (+6 -7)
hooks/pre_build (+4 -0)

📄 Description

Replaces #908

Changes

Fixes arm and arm64 builld to allow automated builds on docker.

  1. Adds docker post-build hook to setup qemu for docker hub build.
  2. arm and arm64 is built on x86-64 using net core runtime identifiers and copied to arm container
  3. Automated Builds will need to be setup for arm and arm64 in docker hub after merge.
    Issues

Fixes #665


🔄 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/909 **Author:** [@n8225](https://github.com/n8225) **Created:** 2/16/2019 **Status:** ✅ Merged **Merged:** 2/16/2019 **Merged by:** [@andrewrabert](https://github.com/andrewrabert) **Base:** `release-10.2.z` ← **Head:** `dockerBuilds` --- ### 📝 Commits (1) - [`c5ac36c`](https://github.com/jellyfin/jellyfin/commit/c5ac36c88686e7384d31d870ba35f4bbe8c38fdb) Fix docker arm builds ### 📊 Changes **3 files changed** (+21 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.arm` (+11 -4) 📝 `Dockerfile.arm64` (+6 -7) ➕ `hooks/pre_build` (+4 -0) </details> ### 📄 Description Replaces #908 <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our https://jellyfin.readthedocs.io/en/latest/developer-docs/contributing/ page. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Fixes arm and arm64 builld to allow automated builds on docker. 1. Adds docker post-build hook to setup qemu for docker hub build. 2. arm and arm64 is built on x86-64 using net core runtime identifiers and copied to arm container 3. Automated Builds will need to be setup for arm and arm64 in docker hub after merge. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #665 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 06:51:06 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8382
No description provided.