Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 418 Bytes

File metadata and controls

17 lines (12 loc) · 418 Bytes

Development Notes

Testing

pixi run zarrcade test

Building the Docker container

Run the Docker build and push to GHCR, replacing <version> with your version number:

cd docker/
export VERSION=<version>
docker buildx build --platform linux/amd64,linux/arm64 --build-arg GIT_TAG=$VERSION -t ghcr.io/janeliascicomp/zarrcade:$VERSION -t ghcr.io/janeliascicomp/zarrcade:latest --push .