Enable autobuild for msc313e

pull/257/head
Igor Zalatov (from Citadel PC) 2022-06-25 14:49:23 +03:00
parent 988ebe7585
commit baae6aa756
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ on:
- production
tags:
- "v*"
# schedule:
# - cron: "00 01 * * *"
schedule:
- cron: "00 01 * * *"
workflow_dispatch:
jobs:

View File

@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_EXT_SIGMASTAR_PATCHER_LIST="$(BR2_EXTERNAL_SIGMASTAR_PATH)/boar
# Filesystem
# BR2_TARGET_TZ_INFO is not set
# BR2_TARGET_ROOTFS_CPIO=y
BR2_TARGET_ROOTFS_CPIO=y
BR2_TARGET_ROOTFS_SQUASHFS=y
BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y
BR2_ROOTFS_OVERLAY="$(TOPDIR)/../general/overlay"