Skip to content

Commit ab28420

Browse files
authored
allow fuse in container to make dwarfs image profile
1 parent 44ed70f commit ab28420

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

0 commit comments

Comments
 (0)