From 28e295db842f7566770f0ff2e58cc4d2a9f49058 Mon Sep 17 00:00:00 2001 From: Lenny Chen <55669665+lennessyy@users.noreply.github.com> Date: Tue, 21 May 2024 15:36:52 -0700 Subject: [PATCH] docs: change fix build branch (#2884) * docs: change fips build branch * docs: remove main --------- Co-authored-by: Lenny Chen --- .../clusters/edge/edgeforge-workflow/palette-canvos/fips.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/fips.md b/docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/fips.md index e73e37feae..ae513338eb 100644 --- a/docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/fips.md +++ b/docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/fips.md @@ -68,10 +68,12 @@ This page guides you through the process of building FIPS-compliant Edge Install cd CanvOS ``` -3. Ensure that you are using the **main** branch of the repository. +3. View the available tags and check out the latest tag or any specific version of your choosing. This guide uses + **v4.3.2** as an example. ```bash git tag + git checkout v4.3.2 ``` ### Build FIPS-Compliant Base OS Image