ci(bluebuild): bluebuild bin lives at /usr/bin not /usr/local/bin

This commit is contained in:
obsidian-ai 2026-05-06 17:06:33 +01:00
parent 756b03aa5c
commit 48ccabe914

View file

@ -108,7 +108,7 @@ jobs:
# Mount the repo + podman socket; build with buildah driver. # Mount the repo + podman socket; build with buildah driver.
podman run --rm \ podman run --rm \
--privileged \ --privileged \
--entrypoint /usr/local/bin/bluebuild \ --entrypoint /usr/bin/bluebuild \
-v "$PWD:/work" \ -v "$PWD:/work" \
-w /work \ -w /work \
-e BB_BUILD_DRIVER=buildah \ -e BB_BUILD_DRIVER=buildah \