From d5ac27754215c0e09f166eca2092fb876acdb14e Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Fri, 24 Apr 2026 22:42:16 +0200 Subject: [PATCH] Remove macOS x64 prebuild docs Change-Id: Ic0be9abb979a697007a049312c65f00fdd42aa1d Signed-off-by: Thomas Kosiewski --- README.md | 3 +-- communique.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62b94ff..f4d779b 100644 --- a/README.md +++ b/README.md @@ -92,12 +92,11 @@ mise gen github-action --write --task release-prebuilds --name release-prebuilds If a generated workflow is reset, reapply only the matrix/upload orchestration. Do not duplicate pipeline commands in `.github/workflows/*.yml`; those commands live in the `ci` and `release-prebuilds` mise tasks. -Initial targets: +Default published prebuild targets: - Linux x64 - Linux arm64 - macOS arm64 -- macOS x64 Windows is documented as unsupported for the initial package. Ghostty has C API support for Windows, but this package should only enable Windows after the build and prebuild path is verified. diff --git a/communique.toml b/communique.toml index b82e2c2..9050b4b 100644 --- a/communique.toml +++ b/communique.toml @@ -9,7 +9,7 @@ Additional project-specific rules: """ context = """ -@coder/libghostty-vt-node is an npm package that ships ABI-stable Node-API bindings for Ghostty's libghostty-vt terminal semantics. The package publishes compiled native prebuilds through npm for linux-x64, linux-arm64, macos-arm64, and macos-x64. Users install the package from npm and load the native binding from Node.js; GitHub Releases document the release but do not carry binary assets. +@coder/libghostty-vt-node is an npm package that ships ABI-stable Node-API bindings for Ghostty's libghostty-vt terminal semantics. The package publishes compiled native prebuilds through npm for linux-x64, linux-arm64, and macos-arm64. Users install the package from npm and load the native binding from Node.js; GitHub Releases document the release but do not carry binary assets. """ [defaults]