Skip to content

Commit 4d4c79a

Browse files
authored
Merge pull request #10 from futurejones/aarch64-node
Add aarch64 node
2 parents 54c2a4e + 933cb6b commit 4d4c79a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Ubuntu 16.04
99
* Ubuntu 16.04 for TensorFlow
1010
* PPC64LE for Ubuntu 16.04
11+
* AArch64 for Ubuntu 16.04
1112

1213
## Add Nodes
1314

nodes/aarch64_ubuntu_16.04

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"contact": {
3+
"name": "Neil Jones",
4+
"email": "[email protected]",
5+
"company": "FutureJones"
6+
},
7+
"node": {
8+
"platform": "aarch64",
9+
"os_version": "Ubuntu 16.04"
10+
},
11+
"jobs": [
12+
{
13+
"display_name": "Swift - Ubuntu 16.04 Linux aarch64 (swift-4.1-branch)",
14+
"branch": "swift-4.1-branch",
15+
"preset": "buildbot_linux,no_test"
16+
},
17+
{
18+
"display_name": "Swift - Ubuntu 16.04 Linux aarch64 (swift-4.2-branch)",
19+
"branch": "swift-4.2-branch",
20+
"preset": "buildbot_linux,no_test"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)