Hey there!
When building a project that uses this package as dependency it works on windows/amd64 but not windows/arm64 and windows/arm, the error when building is:
+ go build -o build-artifacts-1678304161/project.exe ''
# gopkg.in/natefinch/npipe.v2
/go/pkg/mod/gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:171:16: undefined: createEvent
/go/pkg/mod/gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:187:8: undefined: getOverlappedResult
/go/pkg/mod/gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:204:12: undefined: waitNamedPipe
/go/pkg/mod/gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:309:8: undefined: connectNamedPipe
/go/pkg/mod/gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:351:10: undefined: disconnectNamedPipe
/go/pkg/mod/gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:364:13: undefined: cancelIoEx
/go/pkg/mod/gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:519:9: undefined: createNamedPipe
Currently using go-release-binaries with the example at the bottom, with both the Windows ARM not excluded, to build the project.
Is there anything special to run prior the build to make sure it works?
Hey there!
When building a project that uses this package as dependency it works on
windows/amd64but notwindows/arm64andwindows/arm, the error when building is:Currently using go-release-binaries with the example at the bottom, with both the Windows ARM not excluded, to build the project.
Is there anything special to run prior the build to make sure it works?