build: disable windows

This commit is contained in:
zhom
2025-07-29 00:45:26 +04:00
parent 625074f78d
commit 1e53694f95
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -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 }}
+1 -1
View File
@@ -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.