garnet icon indicating copy to clipboard operation
garnet copied to clipboard

Add workflow that builds and pubishes multi-arch Docker images

Open Niek opened this issue 11 months ago • 0 comments

This PR adds a GitHub workflow that builds amd64 and arm64 Docker images and publishes them to the GitHub Container Registry. After this has been merged, users can simply run:

docker run --pull=always --rm -p 3278:3278 ghcr.io/microsoft/garnet:latest

Closes #34

Niek avatar Mar 23 '24 10:03 Niek