v6
v2
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
riscv64
Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
* Build arm + arm64 binaries for linux and windows * Type MaxInt64 to avoid overflow on 32 bits arch On a 32 bits arch, math.MaxIn64 is interpreted as an int, and therefore overflows. This causes compilation to build on those platforms.