ci(bluebuild): bluebuild bin lives at /usr/bin not /usr/local/bin
Some checks failed
Build veilor-os OCI (BlueBuild) / Build + push OCI (push) Failing after 55s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
claude-veilor-bot 2026-05-06 17:06:33 +01:00
parent 765be1f7e5
commit abe2d2b556

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 \