-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build for arm 32 bit #619
Comments
Did it work well before version 0.41.0? |
I've got such errors started from 0.40.1. Last version without error is 0.40.0 |
I don't have access to an arm 32b platform, but I can reproduce with linux/386
|
Fixed in main branch but tested only with linux/386 platform. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got the error when build for arm platform.
22.36 # github.com/dmachard/go-dnscollector/dnsutils
22.36 dnsutils/message.go:814:32: math.MaxUint32 (untyped int constant 4294967295) overflows int
22.36 dnsutils/message.go:824:32: math.MaxUint32 (untyped int constant 4294967295) overflows int
Run the following in docker:
RUN GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags "-s -w -X main.version=0.41.0" -o /go/bin/go-dnscollector
The text was updated successfully, but these errors were encountered: