Skip to content

Commit

Permalink
Do not do arm64 build for focal (lib is missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Oct 18, 2023
1 parent 4706a5f commit de45d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handle_llvm_runner_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
matterlabs/${{ matrix.image_name }}:${{ steps.set_output.outputs.sha_short }}
matterlabs/${{ matrix.image_name }}:latest
file: images/llvm_runner/${{ matrix.image_name == 'llvm_runner_jammy' && 'jammy.' || '' }}Dockerfile
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.image_name == 'llvm_runner_jammy' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}

0 comments on commit de45d62

Please sign in to comment.