mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Move container building notice to release instructions
This commit is contained in:
parent
65afdc68cd
commit
b3fed27178
1 changed files with 8 additions and 8 deletions
16
RELEASE.md
16
RELEASE.md
|
@ -13,14 +13,6 @@ Before making a release, all of these should be complete:
|
|||
- [ ] CHANGELOG.md should be updated to include a list of all major changes since the last release
|
||||
- [ ] There must be a PGP-signed git tag for the version, e.g. for dangerzone 0.1.0, the tag must be `v0.1.0`
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Because we don't have [reproducible builds](https://github.com/freedomofpress/dangerzone/issues/188)
|
||||
> yet, building the Dangerzone container image in various platforms would lead
|
||||
> to different container image IDs / hashes, due to different timestamps. To
|
||||
> avoid this issue, we should build the final container image for x86_64
|
||||
> architectures on **one** platform, and then copy it to the rest of the
|
||||
> platforms, before creating our .deb / .rpm / .msi / app bundles.
|
||||
|
||||
## Large Document Testing
|
||||
|
||||
Parallel to the QA process, the release candidate should be put through the large document tests in a dedicated machine to run overnight.
|
||||
|
@ -214,6 +206,14 @@ dangerzone.rocks/dangerzone latest <different ID> <newer date> <differen
|
|||
|
||||
## Release
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Because we don't have [reproducible builds](https://github.com/freedomofpress/dangerzone/issues/188)
|
||||
> yet, building the Dangerzone container image in various platforms would lead
|
||||
> to different container image IDs / hashes, due to different timestamps. To
|
||||
> avoid this issue, we should build the final container image for x86_64
|
||||
> architectures on **one** platform, and then copy it to the rest of the
|
||||
> platforms, before creating our .deb / .rpm / .msi / app bundles.
|
||||
|
||||
### macOS Release
|
||||
|
||||
#### First Time Signing Machine Setup
|
||||
|
|
Loading…
Reference in a new issue