From 2fd344b9bb3075537977cf9773e0239e11489ac5 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:52:30 +0400 Subject: [PATCH] build: enable rolling release --- .github/workflows/rolling-release.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 108e3af..24b7625 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -89,18 +89,18 @@ jobs: target: "aarch64-unknown-linux-gnu" pkg_target: "latest-linux-arm64" nodecar_script: "build:linux-arm64" - # - platform: "windows-latest" - # args: "--target x86_64-pc-windows-msvc" - # arch: "x86_64" - # target: "x86_64-pc-windows-msvc" - # pkg_target: "latest-win-x64" - # nodecar_script: "build:win-x64" - # - platform: "windows-11-arm" - # args: "--target aarch64-pc-windows-msvc" - # arch: "aarch64" - # target: "aarch64-pc-windows-msvc" - # pkg_target: "latest-win-arm64" - # nodecar_script: "build:win-arm64" + - platform: "windows-latest" + args: "--target x86_64-pc-windows-msvc" + arch: "x86_64" + target: "x86_64-pc-windows-msvc" + pkg_target: "latest-win-x64" + nodecar_script: "build:win-x64" + - platform: "windows-11-arm" + args: "--target aarch64-pc-windows-msvc" + arch: "aarch64" + target: "aarch64-pc-windows-msvc" + pkg_target: "latest-win-arm64" + nodecar_script: "build:win-arm64" runs-on: ${{ matrix.platform }} steps: