From 2c892be4f82a2aa0f8d262c63fd8983a236e29db Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 1 Apr 2024 15:42:00 -0300 Subject: [PATCH] docs: update contributing Signed-off-by: Carlos Alexandro Becker --- www/docs/contributing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/www/docs/contributing.md b/www/docs/contributing.md index 47d22875c..17539c229 100644 --- a/www/docs/contributing.md +++ b/www/docs/contributing.md @@ -40,6 +40,16 @@ A good way of making sure everything is all right is running the test suite: task test ``` +### A note about Docker multi-arch builds + +If you want to properly run the Docker tests, or run `goreleaser release +--snapshot` locally, you might need to setup Docker for it. +You can do so by running: + +```sh +task docker:setup +``` + ## Test your change You can create a branch for your changes and try to build from the source as you go: