From c719c3a5c89e46a236c86377c59a5d594c7a7bb2 Mon Sep 17 00:00:00 2001 From: odidev Date: Mon, 21 Jun 2021 11:31:09 +0000 Subject: [PATCH] Add linux aarch64 wheel build support --- .travis.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.travis.yml b/.travis.yml index 20a5c33..c07bb6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,18 +21,46 @@ jobs: python: 3.6 env: - ACTION=test + - name: Python 3.6 on Linux aarch64 + arch: arm64-graviton2 + virt: vm + group: edge + python: 3.6 + env: + - ACTION=test - name: Python 3.7 on Linux python: 3.7 env: - ACTION=test + - name: Python 3.7 on Linux aarch64 + arch: arm64-graviton2 + virt: vm + group: edge + python: 3.7 + env: + - ACTION=test - name: Python 3.8 on Linux python: 3.8 env: - ACTION=test + - name: Python 3.8 on Linux aarch64 + arch: arm64-graviton2 + virt: vm + group: edge + python: 3.8 + env: + - ACTION=test - name: Python 3.9 on Linux python: 3.9-dev env: - ACTION=test + - name: Python 3.9 on Linux aarch64 + arch: arm64-graviton2 + virt: vm + group: edge + python: 3.9-dev + env: + - ACTION=test - name: Python 3 on macOS os: osx osx_image: xcode11 @@ -78,6 +106,14 @@ jobs: services: docker env: - ACTION=cibuildwheel + - stage: deploy + name: Build and deploy aarch64 Linux wheels + arch: arm64-graviton2 + virt: vm + group: edge + services: docker + env: + - ACTION=cibuildwheel - stage: deploy name: Build and deploy macOS wheels os: osx