Konubinix' opinionated web of thoughts

How to Mitigate the Buildx Bug in Cross Compiling on Arm in Nomad?

Fleeting

how to mitigate the buildx bug in cross compiling on arm in nomad?

Add the following next to the image

security_opt = [
  "seccomp=unconfined" # see https://konubinix.eu/braindump/posts/005ce0e4-4d23-4fca-80ad-67a58410dc54/
]