Skip to content

Commit a0a79fa

Browse files
authored
Update appimage.yml
1 parent 1acce06 commit a0a79fa

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)