ci(bluebuild): bluebuild bin lives at /usr/bin not /usr/local/bin
This commit is contained in:
parent
756b03aa5c
commit
48ccabe914
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.
|
||||
podman run --rm \
|
||||
--privileged \
|
||||
--entrypoint /usr/local/bin/bluebuild \
|
||||
--entrypoint /usr/bin/bluebuild \
|
||||
-v "$PWD:/work" \
|
||||
-w /work \
|
||||
-e BB_BUILD_DRIVER=buildah \
|
||||
|
|
|
|||
Loading…
Reference in a new issue