mirror of
https://github.com/moby/moby.git
synced 2026-08-13 17:06:44 +00:00
This was just using libseccomp to get the right arch, but we can use GOARCH to get this. The nativeToSeccomp map needed to be adjusted a bit for mipsle vs mipsel since that's go how refers to it. Also added some other arches to it. Signed-off-by: Brian Goff <cpuguy83@gmail.com>