mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Update our MacOS QA instructions
Update our QA instructions for ARM-based MacOS systems. The main change in 0.4.1 is that we can build an ARM container image for Dangerzone, which is different from Intel Macs. So, we need to build and test it during release.
This commit is contained in:
parent
5a0c4d0a03
commit
c719fc4f54
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,11 @@ and newer platforms, we have to do the following:
|
|||
- [ ] Create and run an app bundle.
|
||||
- [ ] Test some QA scenarios (see [Scenarios](#Scenarios) below).
|
||||
- [ ] Create a test build in macOS (M1/2 CPU) and make sure it works:
|
||||
- [ ] Grab the app bundle that we built for macOS above and run it.
|
||||
- [ ] Create a new development environment with Poetry.
|
||||
- [ ] Build the container image and ensure the development environment uses
|
||||
the new image.
|
||||
- [ ] Run the Dangerzone tests.
|
||||
- [ ] Create and run an app bundle.
|
||||
- [ ] Test some QA scenarios (see [Scenarios](#Scenarios) below).
|
||||
- [ ] Create a test build in the most recent Ubuntu LTS platform (Ubuntu 22.04
|
||||
as of writing this) and make sure it works:
|
||||
|
|
Loading…
Reference in a new issue