Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 237 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 237 Bytes

go-server

Simple HTTP server in Go

Docker

Multi-arch images build with docker buildx

# push directly to GH CR
$ docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/snurppa/go-server:$VERSION --push .