Feature Update: addes in the Archive for the xfce desktop builds

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-24 20:18:44 +09:00
parent 3903335d1a
commit ec0a860948
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class BuildXfce:
infra.ChrootFolders("deb", "_64")
infra.BinaryFolders("deb", "_64")
infra.ArchitectureFiles("deb", "_64")
infra.Archive("deb", "_64")
# Run the Build
logger.info(CFG_READY)
logger.info(START_LIVEBUILD)
@ -166,6 +167,7 @@ class BuildXfce:
infra.ChrootFolders("deb", "_arm")
infra.BinaryFolders("deb", "_arm")
infra.ArchitectureFiles("deb", "_arm")
infra.Archive("deb", "_arm")
# Run the Build
logger.info(CFG_READY)
logger.info(START_LIVEBUILD)
@ -222,6 +224,7 @@ class BuildXfce:
infra.ChrootFolders("dev", "_64")
infra.BinaryFolders("dev", "_64")
infra.ArchitectureFiles("dev", "_64")
infra.Archive("dev", "_64")
# Run the Build
logger.info(CFG_READY)
logger.info(START_LIVEBUILD)
@ -266,6 +269,7 @@ class BuildXfce:
infra.ChrootFolders("dev", "_32")
infra.BinaryFolders("dev", "_32")
infra.ArchitectureFiles("dev", "_32")
infra.Archive("dev", "_32")
# Run the Build
logger.info(CFG_READY)
logger.info(START_LIVEBUILD)
@ -309,6 +313,7 @@ class BuildXfce:
infra.ChrootFolders("dev", "_arm")
infra.BinaryFolders("dev", "_arm")
infra.ArchitectureFiles("dev", "_arm")
infra.Archive("dev", "_arm")
# Run the Build
logger.info(CFG_READY)
logger.info(START_LIVEBUILD)