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.
1 parent aec6e81 commit 9c7290bCopy full SHA for 9c7290b
.github/workflows/appimage.yml
@@ -21,9 +21,7 @@ jobs:
21
- runs-on: ubuntu-24.04-arm
22
name: Build AppImage
23
arch: aarch64
24
- container:
25
- image : ghcr.io/pkgforge-dev/archlinux:latest
26
- options: --privileged --device /dev/fuse
+ container: ghcr.io/pkgforge-dev/archlinux:latest
27
steps:
28
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
- name: Preparing Container
0 commit comments