feat: add ARM v6/v7 support and version selection to install script

- Support ARM v6/v7 architectures for Raspberry Pi
- Add SSHM_VERSION env var for specific version installation
- Add beta/pre-release version support
- Add version validation and --help flag
- Fix architecture mapping for GoReleaser binaries
This commit is contained in:
2025-10-10 21:22:56 +02:00
parent d686d97f8c
commit 42e87b6827
2 changed files with 51 additions and 14 deletions

View File

@@ -19,6 +19,9 @@ builds:
- arm64
- "386"
- arm
goarm:
- "6"
- "7"
ignore:
# Skip ARM for Windows (not commonly used)
- goos: windows