[master] ci: Test more distros in GHA workflow#1178
Conversation
Add distros from Jenkinsfile to GHA Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
|
@thaJeztah LGTY? |
|
Oh! Looks like we didn't update this repository yet to use ubuntu 24.04 (so it will start failing soon); |
|
Changes LGTM overall;
|
|
Also (bit orthogonal, and definitely for separate); I was considering if we should group builds per architecture so that we could potentially make use of caching. Currently I don't think it makes a lot of difference (as the builds happen in a |
|
I'd keep the Jenkins file as the source of truth for now. Let's avoid putting the "EOL" comments in two places - there's already too many repos we have to go through for packaging different distros 🙈 |
|
Currently the workflow only tests the amd64 so there's nothing much to group (yet). |
ubuntu-20 will be removed soon Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
|
Sneaked in a commit to bump the ubuntu to 24 |
Yeah, this was with the idea in mind if we'd remove them from Jenkins; we can do it when we do that. |
Add distros from Jenkinsfile to GHA