Skip to content

Commit

Permalink
Replace github workflow matrix include list
Browse files Browse the repository at this point in the history
Signed-off-by: Clarence "Sparr" Risher <[email protected]>
  • Loading branch information
sparr committed May 11, 2023
1 parent 690f97e commit 85187f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- containerd: "1.6.19"
- containerd: "1.7.0"
containerd: ["1.6.19", "1.7.0"]
env:
DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}"
steps:
Expand Down

0 comments on commit 85187f0

Please sign in to comment.