Docker images are multi-arch: linux/amd64, linux/386, linux/arm64, linux/arm/v6, linux/arm/v7.
Usage
You can run the program either as a standalone binary or as a Docker container:
Standalone binary
Download the binary matching your platform from the releases page.
You can also install the binary from source using Go with go install github.com/qdm12/dalzinker/cmd/dalzinker
On Linux and OSX, make the binary executable with chmod +x dalzinker
Run the binary with ./dalzinker
Docker container
docker run --rm qmcgaw/dalzinker
There also Docker tags matching each Github release, for example :0.1.0 for release v0.1.0.
The latest image tag matches the tip of the main branch.