Skip to content

Commit 669277a

Browse files
authored
aarch64 not possible
1 parent 1510bba commit 669277a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/appimage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
name: Build AppImage
1919
arch: x86_64
2020
# comment out these 3 lines if aarch64 is not wanted
21-
- runs-on: ubuntu-24.04-arm
22-
name: Build AppImage
23-
arch: aarch64
21+
# - runs-on: ubuntu-24.04-arm
22+
# name: Build AppImage
23+
# arch: aarch64
2424
container: ghcr.io/pkgforge-dev/archlinux:latest
2525
steps:
2626
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)