Skip to content

Commit

Permalink
ci: check lab releases
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Aug 26, 2023
1 parent 45161fd commit e5fad01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
fail-fast: false
matrix:
buildx-version:
- latest
- v0.4.1
- ""
- "latest"
- "v0.4.1"
- "lab:latest"
- "lab:v0.11.2-desktop.2"
steps:
-
name: Checkout
Expand Down

0 comments on commit e5fad01

Please sign in to comment.