bitcoin-tools / bitcoin-tools/nodebuilder
[FEAT] - figure out if test_bitcoin conditional should check for Darwin
Open
feature
- Dominant language
- Shell
- Stars
- 7
- Forks
- 0
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 28
Description
### Describe the Problem
it's like this in the packageinstall step:
```
if [ "${TARGET_KERNEL}" = 'Darwin' ] && [ "${TARGET_ARCHITECTURE}" = 'arm64' ] &&
! is_arm64_test_bitcoin_signed "${target_bitcoin_version}"; then
```
### Describe the Solution
See if we should also only sign packages if it's Darwin
### Optional Additional Details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.