Refactor release workflow to streamline binary builds and packaging
- Updated the release workflow to consolidate build steps for different architectures. - Changed the variant name in README.md for clarity on static binaries compatibility. - Enhanced the packaging process to create release archives for each binary built. - Removed the matrix strategy for builds, simplifying the CI configuration.
This commit is contained in:
@@ -57,7 +57,7 @@ Variant guide:
|
||||
| Variant | Recommended for | Notes |
|
||||
| --- | --- | --- |
|
||||
| `default` | Most Linux distributions (Ubuntu, Debian, Fedora, Arch, etc.) | Smaller, dynamically linked Linux build |
|
||||
| `alpine-static` | Alpine Linux / musl-based environments | Statically linked for better compatibility |
|
||||
| `static` | Any Linux distro (including Alpine/musl) | Statically linked for maximum Linux compatibility |
|
||||
|
||||
To unpack an artifact:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user