smokescreen
smokescreen copied to clipboard
Publish native binaries and container images
This PR addresses https://github.com/stripe/smokescreen/issues/139#issuecomment-1601263426.
Releasing native binaries and container images in the way done in this PR should not require any configuration or additional infrastructure, container images would be available at ghcr.io/stripe/smokescreen:latest.
The image is currently already available in the fork and can be tested with:
docker run -p 4750:4750 --pull=always ghcr.io/felixhuttmann/smokescreen:latest --listen-ip 0.0.0.0 --listen-port 4750