Skip to content

Tags: oglofus/bangs

Tags

v0.0.2

Toggle v0.0.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Add embedded HTML index page and serve it in response

This commit introduces an embedded `index.html` file to the project using the `//go:embed` directive. It also updates the server to set the appropriate content type and serve the embedded HTML page as the response for HTTP requests. This enhances the project by adding a user-facing interface.

v0.0.1

Toggle v0.0.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Set target platforms for Docker image builds

Added `linux/amd64` and `linux/arm64` to the Docker build platforms in the GitHub Actions workflow. This ensures multi-platform support for the resulting Docker images, improving compatibility across different systems.