Skip to content

Commit a64a07e

Browse files
authored
allow fuse to build dwarfs profile
1 parent 1a87e09 commit a64a07e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2729
- name: Preparing Container

0 commit comments

Comments
 (0)