Skip to content

Commit

Permalink
workflows: drop hardknott, honister; add langdale
Browse files Browse the repository at this point in the history
'hardknott' release was EOL in April 2022.
'honister' release was EOL in May 2022.
Add recent stable release 'langdale', with support until May 2023.

https://wiki.yoctoproject.org/wiki/Releases

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Mar 7, 2023
1 parent b84ba63 commit 0669d69
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,22 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
include:
# BRANCH is the actual branch/tag in the github repo
# DOCKERHUB_TAGs are the tags to use for the REPO when pushing to dockerhub
# POKYBRANCH is the branch of poky selected by toaster to use during tests.
- repo: crops/toaster-dunfell
branch: dunfell
dockerhub_tag: latest
pokybranch: dunfell
- repo: crops/toaster-hardknott
branch: hardknott
- repo: crops/toaster-kirkstone
branch: kirkstone
dockerhub_tag: latest
pokybranch: kirkstone
- repo: crops/toaster-langdale
branch: langdale
dockerhub_tag: latest
pokybranch: hardknott
- repo: crops/toaster-honister
branch: honister
dockerhub_tag: latest
pokybranch: honister
- repo: crops/toaster-kirkstone
branch: kirkstone
dockerhub_tag: latest
pokybranch: kirkstone
pokybranch: langdale
- repo: crops/toaster-master
branch: master
dockerhub_tag: latest
Expand Down

0 comments on commit 0669d69

Please sign in to comment.