File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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' || '' }}
You can’t perform that action at this time.
0 commit comments