summaryrefslogtreecommitdiff
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml16
1 files changed, 13 insertions, 3 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 47a5f070..6461fce9 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -1,8 +1,18 @@
version: 2
accept_configuration:
- condition: property
- property: features
- not_contains_value: Disable
+ condition: and
+ conditions:
+ - condition: property
+ property: features
+ not_contains_value: Disable
+ - condition: or
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: MacOS
+ - condition: property
+ property: host.arch
+ not_equals_value: ARM64
instructions:
Build: