Skip to content

Commit

Permalink
Added arm build for focal
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Nov 7, 2023
1 parent ee4eff7 commit ddc9166
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 @@ -60,7 +60,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: ${{ matrix.image_name == 'llvm_runner_jammy' && 'linux/amd64,linux/arm64,linux/arm64/v8' || 'linux/amd64' }}
platforms: 'linux/amd64,linux/arm64,linux/arm64/v8'

- name: Log in to Docker Hub
if: github.event_name == 'push'
Expand Down

0 comments on commit ddc9166

Please sign in to comment.