+Set the flavour environment variable to the string you got in Detecting flavour section. For example if the flavour is `amd64-musl` the command will be:
-# Set the flavour environment variable to the string you got in Detecting flavour section.
-# For example if the flavour is `amd64-musl` the command will be
+```sh
export FLAVOUR="amd64-musl"
+```
+
+Clone the release build into a temporary directory and unpack it: