Skip to content

Commit

Permalink
revert-me
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
  • Loading branch information
grubberr committed Oct 11, 2022
1 parent cbdca22 commit 60dba77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/integrations/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ cmd_publish() {

# Install docker emulators
# TODO: Don't run this command on M1 macs locally (it won't work and isn't needed)
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
# docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
apt -y install qemu-user-static

# log into docker
if test -z "${DOCKER_HUB_USERNAME}"; then
Expand Down

0 comments on commit 60dba77

Please sign in to comment.