Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 327 Bytes

Readme.md

File metadata and controls

13 lines (9 loc) · 327 Bytes

Slurm Debian Packages

Generate New Packages and Dockerimage

Releases are created from tags. To create a new release for a new Slurm version run:

git tag "<slurm_version>"
git push --tags

The corresponding packages and image are created using GitHub Actions.