-
I have an issue I cannot identify and need some help from the greater hive mind.
With the error out of the way, here is the background. I develop on an Apple M1 ARM. I am running Sonoma 14.5 with Rancher Desktop 1.14.1. All of my host servers are amd64. Normally, the RD amd64 emulation works. Even when it does work, I prefer to work with arm64 images. I use GitLab Runner for my CI/CD. I have an instance running on the formal amd64 architecture and this works great. I am running GitLab Runner on my laptop to help build the arm images. This ultimately works...except for the actual build command. When GitLab runner kicks off right now, I am getting the above error. If I take the raw |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So I appear to have figured this out, though I didn't discover the underlying cause. My GitLab Runner was mounting
The thing that finally worked was removing the mount. |
Beta Was this translation helpful? Give feedback.
So I appear to have figured this out, though I didn't discover the underlying cause. My GitLab Runner was mounting
/sys/fs/cgroup
from the host Lima VM into the running container. When I disabled this, everything started working correctly. Some of the other things I tried included:The thing that finally worked was removing the mount.