Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit c387e2e

Browse files
committed
Travis PLAT is always aarch64
1 parent 0b3e012 commit c387e2e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- REPO_DIR=Pillow
44
- BUILD_COMMIT=HEAD
5-
- PLAT=x86_64
5+
- PLAT=aarch64
66
- UNICODE_WIDTH=32
77
- BUILD_DEPENDS=""
88
- TEST_DEPENDS="pytest pytest-timeout"
@@ -18,28 +18,24 @@ jobs:
1818
- name: "3.7 Focal aarch64"
1919
arch: arm64
2020
env:
21-
- PLAT=aarch64
2221
- MB_PYTHON_VERSION=3.7
2322
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
2423
- name: "3.8 Focal aarch64"
2524
os: linux
2625
arch: arm64
2726
env:
28-
- PLAT=aarch64
2927
- MB_PYTHON_VERSION=3.8
3028
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
3129
- name: "3.9 Focal aarch64"
3230
os: linux
3331
arch: arm64
3432
env:
35-
- PLAT=aarch64
3633
- MB_PYTHON_VERSION=3.9
3734
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
3835
- name: "3.10 Focal aarch64"
3936
os: linux
4037
arch: arm64
4138
env:
42-
- PLAT=aarch64
4339
- MB_PYTHON_VERSION=3.10
4440
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
4541

0 commit comments

Comments
 (0)