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.