diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-17 08:55:07 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-17 08:55:07 +0100 |
commit | 1f4801b6b197657b81daba52ef62c146fc6bd584 (patch) | |
tree | 5565dba30cff03cc261964a7444220346630a77f /contrib | |
parent | bf2c0fb2a26432762bf98e19a98e252b7bdd7d30 (diff) |
doc, guix: Include arm64-apple-darwin into codesigned archs
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index 90289f9d40..af5607c710 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -75,7 +75,7 @@ crucial differences: 1. Since only Windows and macOS build outputs require codesigning, the `HOSTS` environment variable will have a sane default value of `x86_64-w64-mingw32 - x86_64-apple-darwin` instead of all the platforms. + x86_64-apple-darwin arm64-apple-darwin` instead of all the platforms. 2. The `guix-codesign` command ***requires*** a `DETACHED_SIGS_REPO` flag. * _**DETACHED_SIGS_REPO**_ |