# 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.