Skip to content

Commit

Permalink
fix: WEBUI to WEB_UI (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller authored Nov 8, 2024
1 parent 3ac7142 commit 2975a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ build-iso image="bluefin" tag="latest" flavor="main" ghcr="0":
iso_build_args+=(VARIANT="Kinoite")
fi
iso_build_args+=(VERSION="$(skopeo inspect containers-storage:${IMAGE_FULL} | jq -r '.Labels["ostree.linux"]' | grep -oP 'fc\K[0-9]+')")
iso_build_args+=(WEBUI="false")
iso_build_args+=(WEB_UI="false")

just sudoif podman run "${iso_build_args[@]}"
just sudoif chown "${UID}:${GROUPS}" -R "${PWD}"
Expand Down

0 comments on commit 2975a1b

Please sign in to comment.