-
Notifications
You must be signed in to change notification settings - Fork 21
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
Docker build issue with provided Dockerfile #82
Comments
This is expected. ctrld version v1.3.0 (and current tip) is using quic-go version v0.32.0, which is not built with go 1.21 release. The next release of ctrld will upgrade quic-go to v0.38.0, which can be built with go 1.21 |
Oh, wait, I saw that we are using We probably want to stick with |
The current quic-go v0.32.0 could not be built with go 1.21, next release of ctrld will upgrade it to latest version. Fixes #82
@cohortcw179 Please try #83 and see if it fixed the issue for you. Thanks. |
@cuonglm Your suggest works perfectly. Thanks! |
Tried using the Dockerfile provided in the source to build (multistage) my binary but I kept getting execv format error when I import tar into my Mikrotik router. However I have no issues if I would to build the linux/arm64 binary first followed by a docker build.
I noticed a warning message at the RUN CTRLD_NO_QF... ./scripts/build.sh stage if I would to use the provided Dockerfile. (see below)
Is the above message normal?
My Build Env
Target build
The text was updated successfully, but these errors were encountered: