Skip to content

Commit

Permalink
Test conditional expr 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszklak committed Jul 1, 2024
1 parent 4053d33 commit ef263a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ jobs:
file: builders/${{ matrix.name }}/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
platforms: |-
${{ github.event.inputs.name == 'build-linux-rust' && 'linux/amd64,linux/arm64' ||
github.event.inputs.name == 'build-windows-rust' && 'linux/amd64,linux/arm64' ||
${{ (matrix.name == 'build-linux-rust' || matrix.name == 'build-windows-rust') && 'linux/amd64,linux/arm64' ||
'linux/amd64' }}
push: true
tags: ${{ env.REGISTRY }}/nordsecurity/debug-${{ matrix.name }}:${{ github.sha }}
Expand Down

0 comments on commit ef263a4

Please sign in to comment.