Skip to content

Commit 0c27e24

Browse files
authored
add privileges to build dwarfs image profile
1 parent d91c6a9 commit 0c27e24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blank.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@v4
2729

0 commit comments

Comments
 (0)