We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb69763 commit 66a7613Copy full SHA for 66a7613
1 file changed
.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29
- name: Preparing Container
0 commit comments