We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae91ba2 + 95f2c4a commit cc5e4aeCopy full SHA for cc5e4ae
common.yaml
@@ -40,6 +40,12 @@ conditional-include:
40
- if: osversion == "rhel-9.6"
41
include:
42
- manifest-el9-shared.yaml
43
+ - if: osversion == "centos-10"
44
+ include:
45
+ - manifest-el10-shared.yaml
46
+ - if: osversion == "rhel-10.1"
47
48
49
50
documentation: false
51
manifest-el10-shared.yaml
@@ -0,0 +1,4 @@
1
+# Place here configuration that should happen on all el10* builds
2
+
3
+include:
4
+ - fedora-coreos-config/manifests/selinux-workaround.yaml
0 commit comments