circleci: run platformtest on both Ubuntu 22.04 and 24.04 (#919)

- Add `image` matrix parameter to the `platformtest` job so it runs on
both `ubuntu-2204:current` and `ubuntu-2404:current`
- Covers both current Ubuntu LTS releases for platform testing
This commit is contained in:
Christian Schwarz
2026-02-10 20:54:43 +01:00
committed by GitHub
parent ed4547166a
commit c393f35453
+4 -1
View File
@@ -135,6 +135,7 @@ workflows:
goversion: [*latest-go-release]
goos: ["linux"]
goarch: ["amd64"]
image: ["ubuntu-2204:current", "ubuntu-2404:current"]
requires:
- test-go
- quickcheck-go-<< matrix.goarch >>-<< matrix.goos >>-<< matrix.goversion >>
@@ -238,8 +239,10 @@ jobs:
type: string
goarch:
type: string
image:
type: string
machine:
image: ubuntu-2204:current
image: <<parameters.image>>
resource_class: medium
environment:
GOOS: <<parameters.goos>>