Skip to content

Commit dec9477

Browse files
author
psadi
committed
doc: add build availability info in readme
1 parent c000c40 commit dec9477

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
- cron: "0 0 * * *"
55
workflow_dispatch: {}
66
pull_request:
7+
paths-ignore:
8+
- "**/README.md"
79
types: [opened, synchronize, reopened]
810
release:
911
types: [published]

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ This repository provides build scripts to create a Universal AppImage for [Ghost
2525
1. Download the latest AppImage from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
2626
2. Follow the installation instructions below to run the AppImage.
2727

28+
## 📦 Builds
29+
30+
1. Ghostty AppImages are available for both x86_64 and aarch64 systems.
31+
1. Stable builds are based on upstream releases, with minor fixes and patches released as version+1 tags.
32+
1. Daily nightly builds, based on the upstream tip releases, are available as pre-releases in the [releases](https://github.com/psadi/ghostty-appimage/releases/tag/tip) section.
33+
2834
## ⚙️ Installation
2935

3036
### Command Line (Manual)
@@ -101,21 +107,6 @@ Since AppImages are self-contained executables, there is no formal installation
101107

102108
**Known Issues**
103109

104-
1. **Failed to create EGL Display**
105-
106-
**Fix (Interim):** Fallback to x11 backend by running the AppImage from one of the below following options,
107-
108-
```bash
109-
# Option 1
110-
❯ GDK_BACKEND=x11 ./Ghostty-${VERSION}-${ARCH}.AppImage
111-
112-
# Option 2
113-
export GDK_BACKEND=x11
114-
❯ ./Ghostty-${VERSION}-${ARCH}.AppImage
115-
116-
# Option 3: Add `export GDK_BACKEND=x11` to your .bashrc or .zshrc and launch the appimage normally
117-
```
118-
119110
1. **[TERMINFO](https://ghostty.org/docs/help/terminfo) `xterm-ghostty` not-set/breaks functionality**
120111

121112
**Fix:** Set the TERMINFO value to `xterm-256color` at runtime by running the AppImage as follows,

0 commit comments

Comments
 (0)