Skip to content

Commit 8e9e02c

Browse files
committed
packit: remove f40 from copr builds
go 1.22 is to old, once F40 is updated to go 1.23 we can revert this. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 8670aeb commit 8e9e02c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.packit.yaml

+9-3
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,12 @@ jobs:
4747
failure_comment:
4848
message: "Ephemeral COPR build failed. @containers/packit-build please check."
4949
targets: &fedora_copr_targets
50-
- fedora-all-x86_64
51-
- fedora-all-aarch64
50+
# f40 ships go 1.22 and we require go 1.23 now. This should be revert to fedora-all
51+
# once either f40 is rebased to go 1.23 or f42 is released and f40 EOL.
52+
- fedora-latest-stable-x86_64
53+
- fedora-latest-stable-aarch64
54+
- fedora-development-x86_64
55+
- fedora-development-aarch64
5256
enable_net: true
5357

5458
- job: copr_build
@@ -92,7 +96,9 @@ jobs:
9296
trigger: pull_request
9397
packages: [buildah-fedora]
9498
targets: &fedora_copr_test_targets
95-
- fedora-all-x86_64
99+
# See the other comment above, this should be reverted to fedora-all when possible.
100+
- fedora-latest-stable-x86_64
101+
- fedora-development-x86_64
96102
tf_extra_params:
97103
environments:
98104
- artifacts:

0 commit comments

Comments
 (0)