try disabling sscecomp
All checks were successful
Push ISO / build (push) Successful in 1m14s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 02:50:42 +03:00
parent 64eb801e1c
commit 9ef074d5f3
2 changed files with 2 additions and 2 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
4
5

View File

@ -14,7 +14,7 @@ jobs:
image: ubuntu:latest
volumes:
- /proc:/proc
options: --privileged -it --security-opt seccomp=unconfined
options: --privileged -it --cap-add=sys_admin --cap-add mknod --device=/dev/fuse --security-opt seccomp=unconfined --security-opt label=disable
steps:
- name: Install Some essentials