Commit Graph

6 Commits

Author SHA1 Message Date
Fernando Fernández
8015d39afc
ci(attestation): initial implementation
Signed-off-by: GitHub <noreply@github.com>
2024-05-05 14:40:52 +00:00
Fernando Fernández
cd1487d17a
ci(docker): force max provenance
See https://docs.docker.com/build/ci/github-actions/attestations/#default-provenance
for more details. We force the max provenance, regardless of the privacy of the repository

Signed-off-by: GitHub <noreply@github.com>
2024-04-29 14:51:26 +00:00
Fernando Fernández
cd64646f96
ci(tauri): reduce artifact upload lines (#2322)
Signed-off-by: GitHub <noreply@github.com>
2024-04-29 09:49:30 +00:00
renovate[bot]
ed2f517b44
chore(deps): update ci dependencies (#2319) 2024-04-26 08:45:13 +02:00
renovate[bot]
8d40b2ed66 chore(deps): update ci dependencies (#2272) 2024-04-24 18:59:46 +00:00
Fernando Fernández
f498f5a6d9 ci: reusable build workflow, parallel multiplatform (#2317)
Builds for pull requests, stable releases and unstable releases are now unified.
There's no more duplication between all those workflows like in the initial implementation we had.

Multi platform Docker images are now fully parallel and extensible to
other architectures easily
(by just adding it to the ``architectures`` array in the ``package.yml`` workflow).

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-04-24 18:59:25 +00:00