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