Skip to content

Commit

Permalink
gha: test docker master
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Sep 6, 2024
1 parent 95fab04 commit 2c6e8b6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: test

on:
workflow_dispatch:
push:
pull_request:

jobs:
amd64:
runs-on: ubuntu-latest
steps:
-
name: Set up Docker
uses: vvoland/ghaction-setup-docker@master
with:
version: master
daemon-config: |
{
"debug": true,
"features": {
"containerd-snapshotter": true
}
}
arm64:
runs-on: ubuntu22_arm64
steps:
-
name: Set up Docker
uses: vvoland/ghaction-setup-docker@master
with:
version: master
daemon-config: |
{
"debug": true,
"features": {
"containerd-snapshotter": true
}
}

0 comments on commit 2c6e8b6

Please sign in to comment.