From 666996bee284b39b0e72d5b3d17a5d9e383bd2b8 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:31:55 +0100 Subject: [PATCH] ci: use local source for binary builds Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae89d6882..86bebbed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,9 @@ jobs: matrix: platform: ${{ fromJson(needs.prepare.outputs.matrix) }} steps: + - + name: Checkout + uses: actions/checkout@v4 - name: Prepare run: | @@ -86,6 +89,7 @@ jobs: name: Build uses: docker/bake-action@v6 with: + source: . targets: release set: | *.platform=${{ matrix.platform }}