Skip to content

Commit a02abbe

Browse files
authored
Update environment-variables.md
1 parent 05bb760 commit a02abbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user/environment-variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ to tag the build, or to run post-build deployments.
206206
- `TRAVIS_JOB_WEB_URL`: URL to the job log.
207207
- `TRAVIS_OS_NAME`: On multi-OS builds, this value indicates the platform the job is running on.
208208
Values are currently `linux`, `osx` and `windows` (beta), to be extended in the future.
209+
- `TRAVIS_CPU_ARCH`: On [multi-arch](https://docs.travis-ci.com/user/multi-cpu-architectures/) builds, this value indicates the CPU architecture the job is running on.
210+
Values are currently `amd64`, `arm64`, `ppc64le` and `s390x`.
209211
- `TRAVIS_OSX_IMAGE`: The `osx_image` value configured in `.travis.yml`. If this is not set in `.travis.yml`,
210212
it is empty.
211213
- `TRAVIS_PULL_REQUEST`: The pull request number if the current job is a pull

0 commit comments

Comments
 (0)