Skip to content

Commit 54ef1c9

Browse files
author
psadi
committed
ccc
1 parent d54c1a8 commit 54ef1c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
- arch: aarch64
23-
platform: linux/arm64
24-
runs-on: ubuntu-24.04-arm
22+
# - arch: aarch64
23+
# platform: linux/arm64
24+
# runs-on: ubuntu-24.04-arm
2525
- arch: x86_64
2626
platform: linux/amd64
2727
runs-on: ubuntu-24.04
@@ -51,9 +51,9 @@ jobs:
5151

5252
- name: Build Ghostty
5353
run: |
54-
if [ "${{ github.event_name }}" == "schedule" ]; then
55-
sed -i 's/GHOSTTY_VERSION="$(cat VERSION)"/GHOSTTY_VERSION="tip"/' build.sh
56-
fi
54+
# if [ "${{ github.event_name }}" == "schedule" ]; then
55+
sed -i 's/GHOSTTY_VERSION="$(cat VERSION)"/GHOSTTY_VERSION="tip"/' build.sh
56+
# fi
5757
./build.sh
5858
5959
- name: Upload Artifact

0 commit comments

Comments
 (0)