summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml23
1 files changed, 20 insertions, 3 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 4b23a90..55b8f56 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -1,8 +1,25 @@
version: 2
accept_configuration:
- condition: property
- property: features
- not_contains_value: Disable
+ condition: and
+ conditions:
+ - condition: property
+ property: features
+ not_contains_value: Disable
+ - condition: and
+ conditions:
+ - condition: or
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: MacOS
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ equals_value: MacOS
+ - condition: property
+ property: target.arch
+ not_equals_value: ARM64
instructions:
Build: