Skip to content

Commit

Permalink
Also build llvm_runner_jammy for linux/arm64/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Oct 18, 2023
1 parent dd5a106 commit 5090445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/handle_llvm_runner_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"

- name: Set up Docker Buildx
if: matrix.image_name == needs.check_changes.outputs.image_to_build || needs.check_changes.outputs.image_to_build == 'both'
if: matrix.image_name == 'llvm_runner_jammy'
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64,linux/arm64/v8

- name: Log in to Docker Hub
if: (matrix.image_name == needs.check_changes.outputs.image_to_build || needs.check_changes.outputs.image_to_build == 'both') && github.event_name == 'push'
Expand Down

0 comments on commit 5090445

Please sign in to comment.