Skip to content

Commit

Permalink
ci: fix linux/amd64 static pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 24, 2024
1 parent 5d68a3c commit ac2dd4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
matrix:
platform: ${{ fromJson(needs.prepare.outputs.platforms) }}
debug: [false]
mimalloc: [false]
include:
-
qemu: true
Expand Down Expand Up @@ -121,7 +122,7 @@ jobs:
uses: docker/bake-action@v4
with:
pull: true
load: ${{ (!fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc) && true || false }}
load: ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }}
targets: static-builder
set: |
${{ matrix.debug && 'static-builder.args.DEBUG_SYMBOLS=1' || '' }}
Expand Down

0 comments on commit ac2dd4a

Please sign in to comment.