[PR #10] [MERGED] Add RPM and Alpine APK package builds to releases #6

Closed
opened 2026-03-13 13:04:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/291-Group/LAN-Orangutan/pull/10
Author: @FileBay
Created: 1/1/2026
Status: Merged
Merged: 1/1/2026
Merged by: @FileBay

Base: mainHead: claude/audit-code-bugs-NaPWC


📝 Commits (2)

  • 9e050cc Add RPM and Alpine APK package builds to releases
  • d903eb7 Add Homebrew formula for macOS installation

📊 Changes

1 file changed (+201 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+201 -1)

📄 Description

Release workflow now builds:

  • .deb packages (Debian/Ubuntu) - amd64, arm64, armhf
  • .rpm packages (Fedora/RHEL/CentOS) - x86_64, aarch64
  • .apk package (Alpine Linux) - x86_64 with OpenRC init script

All packages include:

  • Binary at /usr/local/bin/orangutan
  • Config at /etc/lan-orangutan/config.ini
  • Service file (systemd or OpenRC depending on distro)

🔄 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/291-Group/LAN-Orangutan/pull/10 **Author:** [@FileBay](https://github.com/FileBay) **Created:** 1/1/2026 **Status:** ✅ Merged **Merged:** 1/1/2026 **Merged by:** [@FileBay](https://github.com/FileBay) **Base:** `main` ← **Head:** `claude/audit-code-bugs-NaPWC` --- ### 📝 Commits (2) - [`9e050cc`](https://github.com/291-Group/LAN-Orangutan/commit/9e050cc4a69e99e721ff485ed1f33cd2c59daaaa) Add RPM and Alpine APK package builds to releases - [`d903eb7`](https://github.com/291-Group/LAN-Orangutan/commit/d903eb7394913a165f1e29c367101f6bd29d6b22) Add Homebrew formula for macOS installation ### 📊 Changes **1 file changed** (+201 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+201 -1) </details> ### 📄 Description Release workflow now builds: - .deb packages (Debian/Ubuntu) - amd64, arm64, armhf - .rpm packages (Fedora/RHEL/CentOS) - x86_64, aarch64 - .apk package (Alpine Linux) - x86_64 with OpenRC init script All packages include: - Binary at /usr/local/bin/orangutan - Config at /etc/lan-orangutan/config.ini - Service file (systemd or OpenRC depending on distro) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-13 13:04:47 +03:00
Sign in to join this conversation.
No labels
pull-request
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/LAN-Orangutan#6
No description provided.