Skip to content

Commit

Permalink
support for docker driver
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
  • Loading branch information
Tonis Tiigi committed Aug 27, 2020
1 parent 41ae3d0 commit 48f3bdf
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 409 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,26 @@ jobs:
driver: docker-container
driver-opt: ${{ matrix.driver-opt }}

docker-driver:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
-
name: Set up Docker Buildx
uses: ./
id: builder
with:
driver: docker
-
name: Verify
run: |
[[ "${{ steps.builder.outputs.name }}" = "default" ]]
docker buildx inspect
docker buildx inspect | grep Driver | grep docker
docker buildx inspect | grep Status | grep running
with-qemu:
runs-on: ubuntu-latest
strategy:
Expand Down
Loading

0 comments on commit 48f3bdf

Please sign in to comment.