Anunay
Anunay
Can always use tweakroo Freecam. Don't feel like there is any point in having 10 different mods for same thing. Though can be useful for some cases I guess.
This won't run builds for older versions sadly, which would have been nice to have, also a lts/stable image for major version changes would be nice.
Might wanna change tagged version to match `v*` instead of `*`
Btw How Can I build the binary statically linking libunbound? I tried doing something like `go build -tags unbound -ldflags="-extldflags=-static"` But that would also try to statically link glibc, which...
Ooops seems like the pull bot just messed a thing, oof, now you'll have to manually fix the merge conflict :P, Sorry, I'll not do pull requests from master branch...
Hmmm I tried building the binary on alpine, though got this: ```/usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: /tmp/go-link-038088565/000006.o: in function `_cgo_4919ea55c4da_Cfunc_ub_ctx_add_ta': /tmp/go-build/cgo-gcc-prolog:161: undefined reference to `ub_ctx_add_ta' /usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: /tmp/go-link-038088565/000006.o:...
Sure, Well it'd be quite easy to add push to both Github Registry and Dockerhub. I just added dockerhub cause most people will look for letsdane there first. I'll fix...
This Dockerfile can be used to automatically make builds using GitHub Actions, though I'm unsure how I should deal with the dependencies part, Should I export that as a Image...
Also I have no idea what was causing the problems compiling earlier when i was using a lxd container. I guess I installed unbound from apk and then built it...