From e5b6c3748dfa4c7608e2bd4eaf6da1abe6557e88 Mon Sep 17 00:00:00 2001 From: cyb3rd0g1 Date: Mon, 1 Aug 2022 04:47:23 -0400 Subject: [PATCH] docs(development): Remove references to deprecated files, add info on DOCKER_BUILDKIT (#4084) --- guides/development.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/guides/development.md b/guides/development.md index 8a788b65c5..3efbb75020 100644 --- a/guides/development.md +++ b/guides/development.md @@ -21,15 +21,12 @@ If you get the error `Failed to fetch https://repo.goreleaser.com/apt/Packages sudo apt install ca-certificates ``` -### env variables - -You can use the default vars provided in [this .env-file](../build/local/local.env) or create your own and update the paths in the [docker compose file](../build/local/docker-compose-local.yml). - ## Local Build Simply run goreleaser to build locally. This will generate all the required files, such as angular and grpc automatically. ```sh +export DOCKER_BUILDKIT=1 goreleaser build --snapshot --rm-dist --single-target ```