QD-8148 Resolve build issues after the runner upgrade #219
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Details
Description
This pull request includes several changes to update the CI/CD workflows and remove outdated Docker targets. The most important changes include updating the Ubuntu version used in the workflows, re-enabling and updating the
build243
job, and removing old Docker targets from thedocker-bake.hcl
file.Updates to CI/CD workflows:
.github/workflows/base.yml
: Updated the Ubuntu version toubuntu-22.04
and adjusted the matrix configuration forversion
andgroup
..github/workflows/ci.yml
: Re-enabled and updated thebuild243
job, and updated the Ubuntu version toubuntu-22.04
for multiple jobs. [1] [2] [3].github/workflows/feed.yml
: Updated the Ubuntu version toubuntu-22.04
for theverify-links
job.Removal of outdated Docker targets:
docker-bake.hcl
: Removed old Docker targets and groups for versions232
and233
.Types of changes
Checklist