forked from aws-deadline/deadline-cloud-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconda_platform_host_requirements.yaml
More file actions
55 lines (55 loc) · 1.08 KB
/
Copy pathconda_platform_host_requirements.yaml
File metadata and controls
55 lines (55 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file maps the Conda plaforms as they appear in a Conda channel to OpenJD host requirements
linux-64:
hostRequirements:
attributes:
- name: attr.worker.os.family
anyOf:
- linux
- name: attr.worker.cpu.arch
anyOf:
- x86_64
linux-aarch64:
hostRequirements:
attributes:
- name: attr.worker.os.family
anyOf:
- linux
- name: attr.worker.cpu.arch
anyOf:
- arm64
win-64:
hostRequirements:
attributes:
- name: attr.worker.os.family
anyOf:
- windows
- name: attr.worker.cpu.arch
anyOf:
- x86_64
win-arm64:
hostRequirements:
attributes:
- name: attr.worker.os.family
anyOf:
- windows
- name: attr.worker.cpu.arch
anyOf:
- arm64
osx-64:
hostRequirements:
attributes:
- name: attr.worker.os.family
anyOf:
- macos
- name: attr.worker.cpu.arch
anyOf:
- x86_64
osx-arm64:
hostRequirements:
attributes:
- name: attr.worker.os.family
anyOf:
- macos
- name: attr.worker.cpu.arch
anyOf:
- arm64