Skip to content

Commit

Permalink
fix: install buildx on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
borisarzentar committed Aug 6, 2024
1 parent 8a63aa3 commit 4f72eb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:

setup_docker:
name: Set up Docker Buildx
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 4f72eb5

Please sign in to comment.