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
The documentation does not mention anything about my problem
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: bazelbuild/bazel#11379
The text was updated successfully, but these errors were encountered: