Jakob Naucke
Results
2
issues of
Jakob Naucke
> > > @fidencio we run commit message tests from CI and in GHA, but these two are written independently, I was wondering the same thing :smile: > > >...
enhancement
cleanup
area/ci
#18 introduced some constants, e.g. `AMD_SEV`, in `cpuid_amd64.go`, and then used them in `cpuid.go`. They will be undefined when building on non-x86_64 architectures. e.g. on s390x: ``` $ go get...