It appears per concourse/concourse#7471 and @fweimer-rh that the wrong errnoRet is chosen in the golang runtime-spec?
The default is EPERM, and @fweimer-rh is indicating it should be ENOSYS instead?
On Fedora 34 systems, this is causing 32-bit code to fail to run within 64-bit x86_64 containers.
It appears per concourse/concourse#7471 and @fweimer-rh that the wrong errnoRet is chosen in the golang runtime-spec?
The default is EPERM, and @fweimer-rh is indicating it should be ENOSYS instead?
On Fedora 34 systems, this is causing 32-bit code to fail to run within 64-bit x86_64 containers.