Skip to content

Commit

Permalink
remove qemu setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 1b20a3f commit 93d2f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/docker/image-factory-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ RUN usermod --add-subuids 100000-165535 --add-subgids 100000-165535 ${USER_NAME}
setcap cap_setuid+eip /usr/bin/newuidmap && \
setcap cap_setgid+eip /usr/bin/newgidmap

# QEMU setup
RUN update-binfmts --enable qemu-aarch64 && \
update-binfmts --enable qemu-arm
# # QEMU setup
# RUN update-binfmts --enable qemu-aarch64 && \
# update-binfmts --enable qemu-arm

# Change to runner workdir
WORKDIR ${USER_HOME}
Expand Down

0 comments on commit 93d2f2d

Please sign in to comment.