[PR #60] [CLOSED] Add Linux ARM packages and repository script #69

Closed
opened 2026-02-28 01:17:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync/pull/60
Author: @therealpaulgg
Created: 5/20/2025
Status: Closed

Base: mainHead: codex/add-arm-support-and-package-publication-to-repository


📝 Commits (1)

  • b3f83ed Add ARM builds and package repositories

📊 Changes

5 files changed (+106 additions, -56 deletions)

View changed files

📝 .github/workflows/release.yml (+64 -42)
📝 .gitignore (+3 -1)
📝 README.md (+9 -7)
📝 docs/index.html (+7 -6)
scripts/create-repo.sh (+23 -0)

📄 Description

Summary

  • publish Debian and RPM packages for amd64 and arm64
  • script to build repo metadata
  • distribute repo in releases
  • document new Linux repo in README and docs
  • ignore generated package directories

Testing

  • go test ./... (fails: no route to host)

🔄 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/therealpaulgg/ssh-sync/pull/60 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 5/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/add-arm-support-and-package-publication-to-repository` --- ### 📝 Commits (1) - [`b3f83ed`](https://github.com/therealpaulgg/ssh-sync/commit/b3f83ed4e80106dd587646dd08bd2442b14d1312) Add ARM builds and package repositories ### 📊 Changes **5 files changed** (+106 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+64 -42) 📝 `.gitignore` (+3 -1) 📝 `README.md` (+9 -7) 📝 `docs/index.html` (+7 -6) ➕ `scripts/create-repo.sh` (+23 -0) </details> ### 📄 Description ## Summary - publish Debian and RPM packages for `amd64` and `arm64` - script to build repo metadata - distribute repo in releases - document new Linux repo in README and docs - ignore generated package directories ## Testing - `go test ./...` *(fails: no route to host)* --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:17:05 +03: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/ssh-sync#69
No description provided.