From d6987c06f48b61352289181954f5a436c5f2379f Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 21 Nov 2024 15:48:24 +0100 Subject: Docs: Move to Mkdocs & Codeberg pages --- docs/src/gettingstarted/building/release.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/src/gettingstarted/building/release.md (limited to 'docs/src/gettingstarted/building/release.md') diff --git a/docs/src/gettingstarted/building/release.md b/docs/src/gettingstarted/building/release.md deleted file mode 100644 index 5c5e4e1..0000000 --- a/docs/src/gettingstarted/building/release.md +++ /dev/null @@ -1,15 +0,0 @@ -# Building for release - -To build for release, make sure you obtain the tarball artifacts in the release (ending with `.tar.xz`) at . - -These are signed with minisign and gpg keys, make sure to verify these signatures using the public keys available here: , they are also available externally: -- -- - -To build for release, make sure to extract the tarball, and then add `-tags=release` to the `GOFLAGS` environment variable: - -```bash -GOFLAGS="-tags=release" make -``` - -Proceed the build like normally. -- cgit v1.2.3