Closed bryfry closed 3 years ago
There are OS specific files that need to be added for this package to work for ARM. See the FreeBSD PR: https://github.com/go-piv/piv-go/pull/70
i had the same problem, so i try to compile it on arm alpine and i got the following error
/go/pkg/mod/github.com/go-piv/piv-go@v1.5.0/piv/pcsc_linux.go:29:12: constant 2148532270 overflows _Ctype_long
@Ghaith0101 that sounds like the same error reported in #76
Actually it is exactly what you described in #76 i already forked the repo and currently I am testing it if it will work with windows and OS, then I will make a merge request
@Ghaith0101 Any news on the PR? I'm running in the same issue...
@ostaebler ishould be done with it this weekend, sorry for being late
This should be fixed by https://github.com/go-piv/piv-go/pull/81, shouldn't it?
Yes i tested it under
FROM i386/golang:1.15.2-buster
FROM arm32v7/golang:1.15.2-buster
and it built
I get the below error when trying to build the piv-go project to run on arm. Apologies if I am simply missing a dependency.