Skip to content

Commit df30d3c

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 c3df3b9 commit df30d3c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.packit.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ 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+
- fedora-latest-stable-x86_64
51+
- fedora-latest-stable-aarch64
52+
- fedora-development-x86_64
53+
- fedora-development-aarch64
5254
enable_net: true
5355

5456
- job: copr_build
@@ -92,7 +94,8 @@ jobs:
9294
trigger: pull_request
9395
packages: [buildah-fedora]
9496
targets: &fedora_copr_test_targets
95-
- fedora-all-x86_64
97+
- fedora-latest-stable-x86_64
98+
- fedora-development-x86_64
9699
tf_extra_params:
97100
environments:
98101
- artifacts:

0 commit comments

Comments
 (0)