You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -156,8 +156,8 @@ make clean # Clean build artifacts
156
156
Pushing a tag triggers GitHub Actions to build and publish a release:
157
157
158
158
```bash
159
-
git tag v1.0.0
160
-
git push origin v1.0.0
159
+
git tag v1.1.0
160
+
git push origin v1.1.0
161
161
```
162
162
163
163
CI cross-compiles for `linux/amd64`, `linux/arm64`, `darwin/amd64`, and `darwin/arm64` in both full and tiny variants (8 artifacts total), packages each as `.tar.gz`, and creates a GitHub Release.
0 commit comments