From abe2d2b55612dea673d712a9ffe7f94f218bac85 Mon Sep 17 00:00:00 2001 From: claude-veilor-bot <279801990+s8n-ru@users.noreply.github.com> Date: Wed, 6 May 2026 17:06:33 +0100 Subject: [PATCH] ci(bluebuild): bluebuild bin lives at /usr/bin not /usr/local/bin Co-Authored-By: Claude Opus 4.7 --- .github/workflows/build-bluebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bluebuild.yml b/.github/workflows/build-bluebuild.yml index eaf2044..8308eb1 100644 --- a/.github/workflows/build-bluebuild.yml +++ b/.github/workflows/build-bluebuild.yml @@ -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 \