mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
Update RELEASE.md to upload container.tar.gz for both i686 and arm64 architectures.
This commit is contained in:
parent
a95b612e78
commit
07aaef6839
1 changed files with 5 additions and 3 deletions
|
@ -397,12 +397,14 @@ or create your own locally with:
|
||||||
cd dangerzone
|
cd dangerzone
|
||||||
```
|
```
|
||||||
|
|
||||||
Build the latest container:
|
Build the latest container, on both architectures:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python3 ./install/common/build-image.py
|
python3 ./install/common/build-image.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Rename the container images to `dangerzone.i686.tar.gz` and `dangerzone.arm64.tar.gz`.
|
||||||
|
|
||||||
Create a .rpm:
|
Create a .rpm:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -449,9 +451,9 @@ To publish the release:
|
||||||
* Copy the release notes text from the template at [`docs/templates/release-notes`](https://github.com/freedomofpress/dangerzone/tree/main/docs/templates/)
|
* Copy the release notes text from the template at [`docs/templates/release-notes`](https://github.com/freedomofpress/dangerzone/tree/main/docs/templates/)
|
||||||
* You can use `./dev_scripts/upload-asset.py`, if you want to upload an asset
|
* You can use `./dev_scripts/upload-asset.py`, if you want to upload an asset
|
||||||
using an access token.
|
using an access token.
|
||||||
- [ ] Upload the `container.tar.gz` i686 image that was created in the previous step
|
- [ ] Upload the `container.i686.tar.gz` and `container.arm64.tar.gz` images that were created in the previous step
|
||||||
|
|
||||||
**Important:** Make sure that it's the same container image as the ones that
|
**Important:** Make sure that it's the same container images as the ones that
|
||||||
are shipped in other platforms (see our [Pre-release](#Pre-release) section)
|
are shipped in other platforms (see our [Pre-release](#Pre-release) section)
|
||||||
|
|
||||||
- [ ] Upload the detached signatures (.asc) and checksum file.
|
- [ ] Upload the detached signatures (.asc) and checksum file.
|
||||||
|
|
Loading…
Reference in a new issue