[x] The documentation does not mention anything about my problem
[x] There are no open or closed issues that are related to my problem
Description
I'm trying to build this Dockerfile which runs bazel. This works under linux/amd64 on GitHub Actions, but using this action to emulate arm64 I get the following error message:
439.5 Opening zip "/proc/self/exe": lseek(): Bad file descriptor
439.5 FATAL: Failed to open '/proc/self/exe' as a zip file: (error: 9): Bad file descriptor
Expected behaviour
Container builds successfully
Actual behaviour
Build fails with the error message:
439.5 Opening zip "/proc/self/exe": lseek(): Bad file descriptor
439.5 FATAL: Failed to open '/proc/self/exe' as a zip file: (error: 9): Bad file descriptor
Contributing guidelines
I've found a bug, and:
Description
I'm trying to build this
Dockerfile
which runs bazel. This works underlinux/amd64
on GitHub Actions, but using this action to emulatearm64
I get the following error message:Expected behaviour
Container builds successfully
Actual behaviour
Build fails with the error message:
Repository URL
https://github.com/JamieMagee/sorbet-build-image-builder
Workflow run URL
https://github.com/JamieMagee/sorbet-build-image-builder/actions/runs/7934432975/job/21665414237#step:6:3511
YAML workflow
Workflow logs
logs_4.zip
BuildKit logs
No response
Additional info
Related: https://github.com/bazelbuild/bazel/issues/11379