We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6680d commit 621c91aCopy full SHA for 621c91a
docs/ci/README.md
@@ -43,6 +43,16 @@ Checksums: `ferrumc-{tag}-{target}.tar.gz.sha256` (or `.zip.sha256`)
43
44
Example: `ferrumc-v1.0.0-x86_64-unknown-linux-gnu.tar.gz`
45
46
+#### Platform-Specific Packaging
47
+
48
+| Platform | Archive tool | Checksum tool |
49
+|---|---|---|
50
+| Linux | `tar -czf` | `sha256sum` |
51
+| macOS | `tar -czf` | `shasum -a 256` (macOS lacks `sha256sum`) |
52
+| Windows | PowerShell `Compress-Archive` (runs under `shell: pwsh`) | PowerShell `Get-FileHash` |
53
54
+Windows steps use `shell: pwsh` explicitly since the workflow default shell is `bash`.
55
56
## Build Profiles
57
58
| Profile | Use case | Key settings |
0 commit comments