diff options
author | fanquake <fanquake@gmail.com> | 2022-03-17 08:37:29 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-03-17 08:37:45 +0000 |
commit | 8435d7f11a89bb3f93306646f62cc2179693e072 (patch) | |
tree | 5565dba30cff03cc261964a7444220346630a77f | |
parent | bf2c0fb2a26432762bf98e19a98e252b7bdd7d30 (diff) | |
parent | 1f4801b6b197657b81daba52ef62c146fc6bd584 (diff) |
Merge bitcoin/bitcoin#24597: doc, guix: Include `arm64-apple-darwin` into codesigned archs
1f4801b6b197657b81daba52ef62c146fc6bd584 doc, guix: Include arm64-apple-darwin into codesigned archs (Hennadii Stepanov)
Pull request description:
ACKs for top commit:
fanquake:
ACK 1f4801b6b197657b81daba52ef62c146fc6bd584
Tree-SHA512: 6e0d5f463a97d3a87ce2c503a97762bd756ae44e1b8d343477de68fa4188f9be44752484a60ee08db389567ca456efb7789635ab921197b33eed974d0cee2f0b
-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**_ |