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 621acb5
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
name: ci
name: test

on:
workflow_dispatch:
push:
branches:
- 'master'
- '[0-9]+.[0-9]{2}'
tags:
- 'v*'
pull_request:

jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
target:
- debian-bullseye
- debian-bookworm
- ubuntu-focal
- ubuntu-jammy
- ubuntu-noble
amd64:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
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: Build
run: |
make ${{ matrix.target }}
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 621acb5

Please sign in to comment.