buildx fix type convert compile error on mips64el
buildx fix type convert compile error; the type of the "s.Rdev" is 32bit on mip64el, and it cannot convert 'uint32' to 'uint64' implicitly with programming in GO language; convert the "s.Rdev" type to 'uint64' explicitly;pull/193/head
parent
f5c2673878
commit
8578ed8d0b
Loading…
Reference in New Issue