aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml17
1 files changed, 11 insertions, 6 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 556a066..3c2ceb7 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -1,13 +1,18 @@
version: 2
accept_configuration:
- condition: or
+ condition: and
conditions:
- condition: property
- property: target.os
- not_equals_value: MacOS
- - condition: property
- property: host.arch
- not_equals_value: ARM64
+ property: target.osVersion
+ not_equals_value: QEMU
+ - condition: or
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: MacOS
+ - condition: property
+ property: host.arch
+ not_equals_value: ARM64
instructions:
Build: