From b682fdf7bb3d10644ea9978f1655fcc9d74cc520 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 29 Nov 2023 23:36:36 -0300 Subject: [PATCH] docs: mention that snaps cant be built inside docker refs https://github.com/goreleaser/goreleaser-cross/issues/59 --- www/docs/customization/snapcraft.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/docs/customization/snapcraft.md b/www/docs/customization/snapcraft.md index 8f2e2c2c776..abd0a7f2c90 100644 --- a/www/docs/customization/snapcraft.md +++ b/www/docs/customization/snapcraft.md @@ -7,6 +7,10 @@ From there it will be installable in all the [supported Linux distros](https://snapcraft.io/docs/core/install), with automatic and transactional updates. +!!! warning + + Snapcraft packages can't be build inside a Docker container. + You can read more about it in the [snapcraft docs](https://snapcraft.io/docs/). Available options: