We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64
1 parent 1510bba commit 669277aCopy full SHA for 669277a
.github/workflows/appimage.yml
@@ -18,9 +18,9 @@ jobs:
18
name: Build AppImage
19
arch: x86_64
20
# comment out these 3 lines if aarch64 is not wanted
21
- - runs-on: ubuntu-24.04-arm
22
- name: Build AppImage
23
- arch: aarch64
+# - runs-on: ubuntu-24.04-arm
+# name: Build AppImage
+# arch: aarch64
24
container: ghcr.io/pkgforge-dev/archlinux:latest
25
steps:
26
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments