mirror of
https://github.com/containerd/containerd.git
synced 2026-07-20 14:33:06 +00:00
When compiling for armv7, the type is `int32` for `Timespec.Sec` and `Timespec.Nsec` in the syscall package. When passing these values to `time.Unix`, the values must be converted to `int64`. Signed-off-by: Kevin Swiber <kswiber@gmail.com>