You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Force docker to use linux/amd64 platform in order to make docker use emulation on ARM host platforms.
601
-
# We need the `docker run` to be within set +u so that when it returns a non-zero status code, we don't exit right away and still run the token file cleaning up command.
602
+
# We need the `docker run` command to be within `set +e`` so that when it returns a non-zero status code,
603
+
# it doesn't exit right away and still run the token file cleaning up command.
0 commit comments