From 4761e53917eaa4aa2532f831a1b206f5cb4a2691 Mon Sep 17 00:00:00 2001 From: elseif Date: Fri, 21 Aug 2026 17:40:18 +0800 Subject: [PATCH 1/3] Update main.yml Signed-off-by: elseif --- .github/workflows/main.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e46632..d316248 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,25 +35,25 @@ jobs: release: true secrets: inherit - Patch_Testing_V7: - if: | - (github.event_name == 'schedule') || - (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) - uses: ./.github/workflows/patch_v7.yml - with: - channel: testing - release: true - secrets: inherit + # Patch_Testing_V7: + # if: | + # (github.event_name == 'schedule') || + # (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) + # uses: ./.github/workflows/patch_v7.yml + # with: + # channel: testing + # release: true + # secrets: inherit - Patch_Development_V7: - if: | - (github.event_name == 'schedule') || - (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) - uses: ./.github/workflows/patch_v7.yml - with: - channel: development - release: true - secrets: inherit + # Patch_Development_V7: + # if: | + # (github.event_name == 'schedule') || + # (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) + # uses: ./.github/workflows/patch_v7.yml + # with: + # channel: development + # release: true + # secrets: inherit Patch_Stable_V6: if: | From 622ba70c2a03e37dc15c89ee14c2655d87f2cf3b Mon Sep 17 00:00:00 2001 From: elseif Date: Fri, 21 Aug 2026 17:42:56 +0800 Subject: [PATCH 2/3] Update patch_v7.yml Signed-off-by: elseif --- .github/workflows/patch_v7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/patch_v7.yml b/.github/workflows/patch_v7.yml index 9bd8dec..e0de68a 100644 --- a/.github/workflows/patch_v7.yml +++ b/.github/workflows/patch_v7.yml @@ -10,8 +10,8 @@ on: options: - stable - long-term - - testing - - development + # - testing + # - development arch: description: 'Architecture (x86, arm64)' required: true From fc1d950da626f58890722de5416b7181d2cc8b58 Mon Sep 17 00:00:00 2001 From: elseif Date: Fri, 21 Aug 2026 19:00:54 +0800 Subject: [PATCH 3/3] Update patch_v7.yml Signed-off-by: elseif --- .github/workflows/patch_v7.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/patch_v7.yml b/.github/workflows/patch_v7.yml index e0de68a..c6f29dc 100644 --- a/.github/workflows/patch_v7.yml +++ b/.github/workflows/patch_v7.yml @@ -623,7 +623,7 @@ jobs: truncate --size 128M $BUILD_DIR/chr-$VERSION$ARCH_EXT.img sgdisk \ --zap-all \ - --set-alignment=8 \ + --set-alignment=1 \ --new=1:34:+32M --typecode=1:8300 --change-name=1:"RouterOS Boot" \ --new=2:0:0 --typecode=2:8300 --change-name=2:"RouterOS" \ --gpttombr=1:2 \ @@ -632,7 +632,7 @@ jobs: printf '\x01' | dd of=$BUILD_DIR/mbr.bin bs=1 count=1 seek=336 conv=notrunc sgdisk \ --zap-all \ - --set-alignment=8 \ + --set-alignment=1 \ --new=1:34:+32M --typecode=1:EF00 --change-name=1:"RouterOS Boot" \ --new=2:0:0 --typecode=2:8300 --change-name=2:"RouterOS" \ $BUILD_DIR/chr-$VERSION$ARCH_EXT.img @@ -699,7 +699,7 @@ jobs: truncate --size 128M $BUILD_DIR/chr-$VERSION$ARCH_EXT-legacy-bios.img sgdisk \ --zap-all \ - --set-alignment=8 \ + --set-alignment=1 \ --new=1:34:+32M --typecode=1:8300 --change-name=1:"RouterOS Boot" --attributes=1:set:2 \ --new=2:0:-4096 --typecode=2:8300 --change-name=2:"RouterOS" \ --gpttombr=1:2 \ @@ -710,7 +710,7 @@ jobs: printf '\x80' | sudo dd of=$BUILD_DIR/mbr.bin bs=1 count=1 seek=446 conv=notrunc sgdisk \ --zap-all \ - --set-alignment=8 \ + --set-alignment=1 \ --new=1:34:+32M --typecode=1:8300 --change-name=1:"RouterOS Boot" --attributes=1:set:2 \ --new=2:0:-4096 --typecode=2:8300 --change-name=2:"RouterOS" \ $BUILD_DIR/chr-$VERSION$ARCH_EXT-legacy-bios.img @@ -782,7 +782,7 @@ jobs: truncate --size 128M $BUILD_DIR/chr-$VERSION$ARCH_EXT.img sgdisk \ --zap-all \ - --set-alignment=8 \ + --set-alignment=1 \ --new=1:34:+32M --typecode=1:8300 --change-name=1:"RouterOS Boot" \ --new=2:0:0 --typecode=2:8300 --change-name=2:"RouterOS" \ --gpttombr=1:2 \ @@ -791,7 +791,7 @@ jobs: printf '\x01' | dd of=$BUILD_DIR/mbr.bin bs=1 count=1 seek=336 conv=notrunc sgdisk \ --zap-all \ - --set-alignment=8 \ + --set-alignment=1 \ --new=1:34:+32M --typecode=1:EF00 --change-name=1:"RouterOS Boot" \ --new=2:0:0 --typecode=2:8300 --change-name=2:"RouterOS" \ $BUILD_DIR/chr-$VERSION$ARCH_EXT.img