Skip to content

Commit

Permalink
Revert "Revert "remove qemu from dockerfile completely""
Browse files Browse the repository at this point in the history
This reverts commit 7c68c76.
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent fafcc40 commit f22f787
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions images/docker/image-factory-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ RUN apt-get update -y && \
libcap2-bin \
lsb-release \
podman \
qemu \
qemu-user-static \
slirp4netns \
software-properties-common \
sudo \
Expand Down
2 changes: 0 additions & 2 deletions images/docker/image-factory-runner/files/gha
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
gha ALL=(ALL) NOPASSWD: /bin/umount /.pat
gha ALL=(ALL) NOPASSWD: /bin/rmdir /.pat
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ echo "Deleting PAT token from runner filesystem..."
sudo umount /.pat
sudo rmdir /.pat

# # QEMU setup
# sudo update-binfmts --enable qemu-aarch64
# sudo update-binfmts --enable qemu-arm

echo "Connect runner to GitHub:"
cd actions-runner
./config.sh \
Expand Down

0 comments on commit f22f787

Please sign in to comment.