Skip to content

Commit

Permalink
fix gha error
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent c1e1f60 commit 34961c3
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) NOPASSWD: update-binfmts --enable qemu-aarch64
gha ALL=(ALL) NOPASSWD: update-binfmts --enable qemu-arm
gha ALL=(ALL) NOPASSWD: /usr/sbin/update-binfmts --enable qemu-aarch64
gha ALL=(ALL) NOPASSWD: /usr/sbin/update-binfmts --enable qemu-arm
gha ALL=(ALL) NOPASSWD:ALL # TODO: remove this line once development is done

0 comments on commit 34961c3

Please sign in to comment.