Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 6d316b2

Browse files
committed
Fix CI: Remove aarch64 to allow x86_64 release (OOM on GH Actions)
1 parent 1a75d52 commit 6d316b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
strategy:
1616
matrix:
17-
arch: [x86_64, aarch64]
17+
arch: [x86_64]
1818
fail-fast: false
1919

2020
steps:

0 commit comments

Comments
 (0)