Skip to content

Commit

Permalink
fix sudoers entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 55894d1 commit c1e1f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/docker/image-factory-runner/files/gha
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gha ALL=(ALL) NOPASSWD: /bin/umount /.pat
gha ALL=(ALL) NOPASSWD: /bin/rmdir /.pat
gha ALL=(ALL) update-binfmts --enable qemu-aarch64
gha ALL=(ALL) update-binfmts --enable qemu-arm
gha ALL=(ALL) NOPASSWD: update-binfmts --enable qemu-aarch64
gha ALL=(ALL) NOPASSWD: update-binfmts --enable qemu-arm
gha ALL=(ALL) NOPASSWD:ALL # TODO: remove this line once development is done

0 comments on commit c1e1f60

Please sign in to comment.