Skip to content

Commit

Permalink
ci: use local source for binary builds
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max authored and glours committed Jan 15, 2025
1 parent 083f676 commit 666996b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
matrix:
platform: ${{ fromJson(needs.prepare.outputs.matrix) }}
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Prepare
run: |
Expand All @@ -86,6 +89,7 @@ jobs:
name: Build
uses: docker/bake-action@v6
with:
source: .
targets: release
set: |
*.platform=${{ matrix.platform }}
Expand Down

0 comments on commit 666996b

Please sign in to comment.