uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
682 stars 151 forks source link

Why is the container started with `--tty`? #101

Closed Gerschtli closed 1 year ago

Gerschtli commented 1 year ago

Why is the container started with --tty? This does not seem suitable for a non-interactive CI session.

For backwards compatibility, the docker --tty flag could be toggled with a config flag to the action.

What do you think?

uraimo commented 1 year ago

Yeah, I see when it was introduced but there is no need for it, I'm going to remove it.