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
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:
parent
765be1f7e5
commit
abe2d2b556
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-bluebuild.yml
vendored
2
.github/workflows/build-bluebuild.yml
vendored
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue