We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91c6a9 commit 0c27e24Copy full SHA for 0c27e24
.github/workflows/blank.yml
@@ -21,7 +21,9 @@ jobs:
21
- runs-on: ubuntu-24.04-arm
22
name: Build AppImage
23
arch: aarch64
24
- container: ghcr.io/pkgforge-dev/archlinux:latest
+ container:
25
+ image: ghcr.io/pkgforge-dev/archlinux:latest
26
+ options: --privileged --device /dev/fuse
27
steps:
28
- uses: actions/checkout@v4
29
0 commit comments