Skip to content

Commit

Permalink
Merge branch 'main' into justfile-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Nov 8, 2024
2 parents 809de08 + 2975a1b commit 85e870c
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 @@ -499,7 +499,7 @@ build-iso image="bluefin" tag="latest" flavor="main" ghcr="0":
else
iso_build_args+=(VARIANT="Kinoite")
fi
iso_build_args+=(VERSION="$(skopeo inspect --retry-times 3 containers-storage:${IMAGE_FULL} | jq -r '.Labels["ostree.linux"]' | grep -oP 'fc\K[0-9]+')")
iso_build_args+=(VERSION="$(skopeo inspect containers-storage:${IMAGE_FULL} | jq -r '.Labels["ostree.linux"]' | grep -oP 'fc\K[0-9]+')")
iso_build_args+=(WEB_UI="false")

just sudoif podman run "${iso_build_args[@]}"
Expand Down

0 comments on commit 85e870c

Please sign in to comment.