mirror of
https://github.com/therealpaulgg/ssh-sync.git
synced 2026-04-26 16:05:51 +03:00
[PR #69] [MERGED] Add support for Alpine Linux signing, Arch Linux builds, and Windows ARM #74
Labels
No labels
ai-generated
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ssh-sync#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/therealpaulgg/ssh-sync/pull/69
Author: @Copilot
Created: 6/16/2025
Status: ✅ Merged
Merged: 6/18/2025
Merged by: @therealpaulgg
Base:
main← Head:copilot/fix-68📝 Commits (4)
9a3f531Initial plan for issue0e9e2a6Add Windows ARM64, Arch Linux, and Alpine signing supportfc51746Fix Arch Linux package creation and add zstd dependency23dd601update tests📊 Changes
3 files changed (+175 additions, -46 deletions)
View changed files
📝
.github/workflows/release.yml(+123 -36)📝
.github/workflows/tests.yml(+37 -8)📝
win-build/setup.iss(+15 -2)📄 Description
This PR implements the three main requirements from issue #68:
🔐 Alpine Linux Package Signing
abuild-signimplementationALPINE_PRIVATE_KEY,ALPINE_PUBLIC_KEY)abuildtools🏗️ Arch Linux Build Support
.pkg.tar.zstpackage creation using FPM with zstd compressionrepo-addfor x86_64, aarch64, and armv7h architectures💻 Windows ARM64 Support
build-windowsjob to use matrix strategy for bothamd64andarm64architecturesTechnical Changes
Files Modified:
.github/workflows/release.yml: Enhanced release pipeline with multi-architecture supportwin-build/setup.iss: Updated Inno Setup configuration for ARM64 compatibilityKey Features:
New Package Formats Available:
ssh-sync-setup-amd64.exe,ssh-sync-setup-arm64.exessh-sync-VERSION-ARCH.pkg.tar.zst.apkpackages with proper APKINDEXAll changes have been tested to ensure builds work correctly and package formats are generated properly.
Fixes #68.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.