zopencommunity / wharf

A container registry
Apache License 2.0
6 stars 4 forks source link

support sycall.Syscall #30

Closed bluecivet closed 8 months ago

bluecivet commented 12 months ago

Lots of time packages contain use syscall.Syscall, and this is not supported in zos. Wharf should be able to handle it

bluecivet commented 8 months ago

syscall.Syscall are handled by syscall package enhancement in go1.22