Skip to content

Commit 827d406

Browse files
committed
fix: generate both fips and nonfips install script
Signed-off-by: Nianyu Shen <[email protected]>
1 parent 5b3659d commit 827d406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Earthfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ install-script:
107107
ARG IMAGE_REPO=${SPECTRO_PUB_REPO}/edge
108108
# https://github.com/spectrocloud/agent-mode/releases/download/v4.5.0-rc2/palette-agent-linux-amd64
109109
ARG AGENT_URL_PREFIX=https://github.com/spectrocloud/agent-mode/releases/download/${VERSION}
110+
ARG FIPS=false
110111
LET BIN_PREFIX=palette-agent
111112
LET SCRIPT_NAME=palette-agent-install.sh
112113
IF $FIPS

0 commit comments

Comments
 (0)