From e0042602e894672601d105148ff6dd358d10cd24 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 18 Oct 2023 18:48:24 -0700 Subject: [PATCH] workflows: drop langdale; add mickledore langdale went EOL with 4.1.4 (May 2023) mickledore is the current stable release: Support for 7 months (until November 2023) nanbield is not yet released. Signed-off-by: Tim Orling --- .github/workflows/build-test-deploy.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 465a610..05f900c 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -26,14 +26,14 @@ jobs: branch: dunfell dockerhub_tag: latest pokybranch: dunfell - - repo: crops/toaster-kirkstone - branch: kirkstone - dockerhub_tag: latest - pokybranch: kirkstone - - repo: crops/toaster-langdale - branch: langdale + - repo: crops/toaster-kirkstone + branch: kirkstone dockerhub_tag: latest - pokybranch: langdale + pokybranch: kirkstone + - repo: crops/toaster-mickledore + branch: mickledore + dockerhub_tag: latest + pokybranch: mickledore - repo: crops/toaster-master branch: master dockerhub_tag: latest