#842 Enable buildinstall temporarily for x86_64 as a test.
Merged 3 years ago by mohanboddu. Opened 3 years ago by jkaluza.
jkaluza/pungi-fedora eln-fork3  into  eln

file modified
+6 -2
@@ -7,7 +7,7 @@ 

  # For now we only build RPM repositories.

  skip_phases = [

      "createiso",

-     "buildinstall",

+ #    "buildinstall",

      "live_media",

      "live_images",

      "ostree",
@@ -108,7 +108,11 @@ 

  buildinstall_method = 'lorax'

  buildinstall_skip = [

      ('^Everything$', {

-         'i386': True

+         'i386': True,

+         'aarch64': True,

+         'armhfp': True,

+         'ppc64le': True,

+         's390x': True

      }),

  ]

  

We want to test buildinstall installer just to know if it's possible temporarily.

Signed-off-by: Jan Kaluza jkaluza@redhat.com

Pull-Request has been merged by mohanboddu

3 years ago
Metadata