We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54c1a8 commit 54ef1c9Copy full SHA for 54ef1c9
.github/workflows/ci.yaml
@@ -19,9 +19,9 @@ jobs:
19
strategy:
20
matrix:
21
include:
22
- - arch: aarch64
23
- platform: linux/arm64
24
- runs-on: ubuntu-24.04-arm
+ # - arch: aarch64
+ # platform: linux/arm64
+ # runs-on: ubuntu-24.04-arm
25
- arch: x86_64
26
platform: linux/amd64
27
runs-on: ubuntu-24.04
@@ -51,9 +51,9 @@ jobs:
51
52
- name: Build Ghostty
53
run: |
54
- if [ "${{ github.event_name }}" == "schedule" ]; then
55
- sed -i 's/GHOSTTY_VERSION="$(cat VERSION)"/GHOSTTY_VERSION="tip"/' build.sh
56
- fi
+ # if [ "${{ github.event_name }}" == "schedule" ]; then
+ sed -i 's/GHOSTTY_VERSION="$(cat VERSION)"/GHOSTTY_VERSION="tip"/' build.sh
+ # fi
57
./build.sh
58
59
- name: Upload Artifact
0 commit comments