docs: how to reproduce released artifacts (#3451)

* ci: test reproducability with different dependency installation methods

* nix: mitigate nix store optimisiation

* docs: reproducible builds

Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>

Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>

* ci: upgrade ubuntu runners for reproducible builds

---------

Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>
This commit is contained in:
Markus Rudy 2024-10-29 14:04:59 +01:00 committed by GitHub
parent 9124691743
commit bff8bce88f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 113 additions and 13 deletions

View file

@ -220,6 +220,11 @@ const sidebars = {
label: 'Consume SBOMs',
id: 'workflows/sbom',
},
{
type: 'doc',
label: 'Reproduce release artifacts',
id: 'workflows/reproducible-builds',
},
{
type: 'doc',
label: 'Troubleshooting',