hello/TODO
2023-09-13 15:19:18 -04:00

15 lines
479 B
Plaintext

* add GitHub workflow to build all targets, upload/publish all artifacts
* deb, rpm, tgz of source
* Docker container on DockerHub, GitHub Container Repository (ghcr.io)
* containers could have multiple tags as in `latest` and `1.0.0`
* build windows MSYS2
* Gitpod
* README.md
* build and other badges
-----
nix flake show
nix flake check
nix shell github:gburd/hello -c hello
nix flake show --json | jq '.packages."x86_64-linux"|keys[]'| xargs -I {} nix build .#{}