http-proxy
http-proxy copied to clipboard
New dockerfile
New Dockerfile, and updates to CI with a bunch of cruft removed.
Changes includes:
- Using Docker BuildX instead of Podman,
- Using Docker build-push-action to push to registry,
- Builds in a Debian container for speedups,
- No longer uses musl.cc as it is not needed.
- Now uses Clang and lld to link.
This should also fix #76
this pr could use a more detailed change list, should i go ahead and list the changes i can see here
uppp
It still uses podman for generating the manifest, but I think that should be ok, do you know that @Gelbpunkt?