Skip to content

Commit

Permalink
add avd5.0 and clab0.59.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov authored Nov 5, 2024
1 parent 5ad02b8 commit c93e910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container_build_parent_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
matrix:
from_image: ["ghcr.io/aristanetworks/avd/universal"]
from_variant: ["python3.11-avd-v4.9.0", "python3.11-avd-v4.10.0", "python3.11-avd-v4.10.2"]
clab_version: ["0.54.2", "0.56.0", "0.57.5"]
from_variant: ["python3.11-avd-v4.9.0", "python3.11-avd-v4.10.0", "python3.11-avd-v4.10.2", "python3.11-avd-v5.0.0"]
clab_version: ["0.54.2", "0.56.0", "0.57.5", "0.59.0"]
with:
from_image: ${{ matrix.from_image }}
from_variant: ${{ matrix.from_variant }}
Expand Down

0 comments on commit c93e910

Please sign in to comment.