You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `IBM Power` and `IBM Z`-based building is only available for Open Source repositories (at both travis-ci.org and travis-ci.com). While available to all Open Source repositories, the concurrency available for multiple CPU arch-based jobs is limited during the beta period.
11
+
>
11
12
> An attempt to run `IBM Power` and `IBM Z`-based builds for a private repository will result in a build run on standard, `AMD`-based infrastructure. For any commercial queries with regards to multi-arch builds before they are available, please [contact us](mailto:support@travis-ci.com).
13
+
>
12
14
> `Arm`-based building on `Arm64` CPU is only available for Open Source repositories (at both travis-ci.org and travis-ci.com). While available to all Open Source repositories, the concurrency available for multiple CPU arch-based jobs is limited during the beta period.
15
+
>
13
16
> `Arm`-based building on `Arm64 Graviton2` CPU now supports both Open Source and commercial projects. The total concurrency capacity is limited, but may adjusted based on the demand.
14
17
15
18
## Multi CPU availaibility
@@ -66,7 +69,7 @@ If you are already using a [build matrix](/user/customizing-the-build/#build-mat
66
69
67
70
- The `ppc64le` (IBM Power) and `s390x` (IBM Z) build jobs are run in an LXD compliant Linux OS image.
68
71
- The `arm64` CPU architecture build job is run in an LXD compliant Linux OS image.
69
-
- The `arm64-graviton2` architecture builds can be run on both LXD and regular 'full VM' environments. You **need** explicitely set target environment by using `virt` key. A `virt: vm` routes build jobs to full virtual machine setup while `virt: lxd` routes build jobs to LXD container setup.
72
+
- The `arm64-graviton2` architecture builds can be run on both LXD and regular 'full VM' environments. You **need** to explicitely set the target environment by using `virt` key. A `virt: vm` routes build jobs to a full virtual machine setup while `virt: lxd` routes build jobs to an LXD container setup.
70
73
- The default LXD image supported by Travis CI is Ubuntu Xenial 16.04 and by using `dist` you can select different supported LXD images. Also see our [CI Environment Overview - Virtualisation Environment vs Operating System](https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system) documentation. The LXD host, on which LXD-based builds are run, is on Ubuntu 18.04.
71
74
- The amd64 CPU architecture build job currently runs as a regular 'full VM' and will be transitioned to an LXD compliant Linux OS image usage over time.
72
75
@@ -177,4 +180,4 @@ You can also have a look at [Using Docker in Builds](user/docker/).
177
180
178
181
## LXD related limitations
179
182
180
-
Pleae have a look at [Build Environment Overview](/user/reference/overview/#linux-security-and-lxd-container) for more details.
183
+
For more details see [Build Environment Overview](/user/reference/overview/#linux-security-and-lxd-container).
0 commit comments