Skip to content

Commit 91d657d

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 91d657d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.packit.yaml

+4-2
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

0 commit comments

Comments
 (0)