Skip to content

Commit 66a7613

Browse files
authored
fix dwarfs profile not being made
1 parent fb69763 commit 66a7613

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/appimage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
# - runs-on: ubuntu-24.04-arm
2222
# name: Build AppImage
2323
# arch: aarch64
24-
container: ghcr.io/pkgforge-dev/archlinux:latest
24+
container:
25+
image: ghcr.io/pkgforge-dev/archlinux:latest
26+
options: --privileged --device /dev/fuse
2527
steps:
2628
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2729
- name: Preparing Container

0 commit comments

Comments
 (0)