From 1e53694f95c2f38d2913b7cfc972b906c11298d5 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:45:26 +0400 Subject: [PATCH] build: disable windows --- .github/workflows/test.yml | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1287a4..1ead17d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,12 +30,12 @@ jobs: - os: macos-latest target: aarch64-apple-darwin name: macOS ARM64 - - os: windows-latest - target: x86_64-pc-windows-msvc - name: Windows x64 - - os: windows-11-arm - target: aarch64-pc-windows-msvc - name: Windows ARM64 + # - os: windows-latest + # target: x86_64-pc-windows-msvc + # name: Windows x64 + # - os: windows-11-arm + # target: aarch64-pc-windows-msvc + # name: Windows ARM64 runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index ea60d30..9068789 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Banderole -Create cross-platform single-executables for Node.js projects. +Create cross-platform single-executables for Node.js projects. Windows is not supported. Banderole bundles your Node.js app, all dependencies, and a portable Node binary into a single native executable. On first launch, it unpacks to a cache directory for fast subsequent executions.