fix: install buildx on all platforms
This commit is contained in:
parent
8a63aa31f2
commit
4f72eb5cc9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test_common.yml
vendored
5
.github/workflows/test_common.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue