From 1d90ecb8c3641677de95935afc401721e8a6f668 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 10 Aug 2021 21:52:32 -0300 Subject: [PATCH] docs: add more blog posts Signed-off-by: Carlos Alexandro Becker --- www/docs/cookbooks/blog-posts.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/docs/cookbooks/blog-posts.md b/www/docs/cookbooks/blog-posts.md index 0bfd130ed..fd50a2c7d 100644 --- a/www/docs/cookbooks/blog-posts.md +++ b/www/docs/cookbooks/blog-posts.md @@ -7,6 +7,7 @@ Tutorials made by the community. - [Creating debs and rpms with Go](https://carlosbecker.com/posts/nfpm/) - [Cross compile with CGO and GoReleaser](https://medium.com/@robdefeo/cross-compile-with-cgo-and-goreleaser-6af884731222?source=friends_link&sk=baf6553fa48cb0e28ea3519615f02576) +- [Drop ballast... How I reduced the size of minectl 🗺](https://blog.ediri.io/drop-ballast-how-i-reduced-the-size-of-minectl) - [Fast and easy Go binaries delivery](https://carlosbecker.com/posts/goreleaser/) - [GitHub Action for release your Go projects as fast and easily as possible](https://dev.to/koddr/github-action-for-release-your-go-projects-as-fast-and-easily-as-possible-20a2) - [Go Release Automation with goreleaser + GitHub Actions](https://blog.toshima.ru/2019/10/20/go-release-automation-with-goreleaser.html) @@ -14,9 +15,11 @@ Tutorials made by the community. - [GoReleaser Docker Support](https://carlosbecker.com/posts/goreleaser-docker/) - [GoReleaser: build and push Snapcraft packages from TravisCI](https://carlosbecker.com/posts/goreleaser-snap-travis/) - [Multi-platform Docker images with GoReleaser and GitHub Actions](https://carlosbecker.com/posts/multi-platform-docker-images-goreleaser-gh-actions/) +- [Multi-platform Docker images with GoReleaser, Podman and GitHub Actions](https://carlosbecker.com/posts/goreleaser-actions-podman/) - [Painless Github releases with Drone and GoReleaser](https://medium.com/@stepanvrany/painless-github-releases-with-drone-and-goreleaser-853bbbccd0c0) -- [Shipping Rust Binaries with GoReleaser](https://medium.com/@jondot/shipping-rust-binaries-with-goreleaser-d5aa42a46be0) - [Publishing dep/rpm packages with Goreleaser and Fury.io](https://netdevops.me/2021/building-and-publishing-deb/rpm-packages-with-goreleaser-and-fury.io/) +- [Shipping Rust Binaries with GoReleaser](https://medium.com/@jondot/shipping-rust-binaries-with-goreleaser-d5aa42a46be0) +- [Using GoReleaser includes feature](https://carlosbecker.com/posts/goreleaser-includes/) !!! tip Click on the "Edit" button to add your page here.