mirror of
https://github.com/zhom/banderole.git
synced 2026-06-06 06:23:53 +02:00
build: disable windows
This commit is contained in:
@@ -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,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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user