On Sat, 2025-02-08 at 17:16 +0800, zhangdandan wrote:
> Thanks for your reminder.
>  I looked up definitions of other architectures in 
> libcontainer/seccomp/config.go, for examples,
>  ```
>  var archs = map[string]string{
>          "SCMP_ARCH_X86":         "x86",
>          "SCMP_ARCH_X86_64":      "amd64",
>  ......
>          "SCMP_ARCH_AARCH64":     "arm64",
>  ......
>          "SCMP_ARCH_LOONGARCH64": "loong64",
>  ```

OK, this is actually GOARCH and in that case loong64 is actually correct:

https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

Reply via email to