Skip to content

Commit 9e4105d

Browse files
committed
ci: use local sources when building with Bake
1 parent 1de9073 commit 9e4105d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
with:
160160
pull: true
161161
load: ${{ !fromJson(needs.prepare.outputs.push) }}
162+
source: .
162163
targets: |
163164
builder-${{ matrix.variant }}
164165
runner-${{ matrix.variant }}

.github/workflows/static.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
with:
129129
pull: true
130130
load: ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }}
131+
source: .
131132
targets: static-builder-musl
132133
set: |
133134
${{ matrix.debug && 'static-builder-musl.args.DEBUG_SYMBOLS=1' || '' }}
@@ -239,6 +240,7 @@ jobs:
239240
with:
240241
pull: true
241242
load: ${{ !fromJson(needs.prepare.outputs.push) }}
243+
source: .
242244
targets: static-builder-gnu
243245
set: |
244246
${{ (github.event_name == 'pull_request' || matrix.platform == 'linux/arm64') && 'static-builder-gnu.args.NO_COMPRESS=1' || '' }}

0 commit comments

Comments
 (0)