diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0917bb2..69d533f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,18 +69,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: