Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 12, 2020
1 parent 5cec6ce commit d0f7649
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/setup-buildx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,6 @@ jobs:
docker build --help
driver:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
driver:
- docker-container
- docker
steps:
-
name: Checkout
uses: actions/checkout@v2.3.1
-
name: Set up Docker Buildx
id: buildx
uses: ./setup-buildx/
with:
driver: ${{ matrix.driver }}

driver-opt:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -98,6 +79,7 @@ jobs:
id: buildx
uses: ./setup-buildx/
with:
driver: docker-container
driver-opt: ${{ matrix.driver-opt }}

with-qemu:
Expand Down

0 comments on commit d0f7649

Please sign in to comment.