Skip to content

Commit

Permalink
Merge pull request #197 from odidev/odidev_clickhouse
Browse files Browse the repository at this point in the history
Add linux wheel support for aarch64
  • Loading branch information
xzkostyan authored Mar 8, 2021
2 parents 772bfd7 + 44a17cb commit 76bfe06
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,36 @@ jobs:
on:
tags: true

- stage: wheels
name: Wheels for aarch64 Linux
os: linux
language: python
python:
- "3.6"
arch: arm64
install:
- pip install --upgrade pip setuptools
- pip install cython cibuildwheel~=1.8.0

script:
- cibuildwheel --output-dir wheelhouse

env:
- CIBW_BUILD='*p3*'
- CIBW_BEFORE_BUILD='pip install cython'
deploy:
name: Linux
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: wheelhouse/*
skip_cleanup: true
draft: true
prerelease: true
overwrite: true
on:
tags: true

- stage: wheels
name: Wheels for OS X
os: osx
Expand Down

0 comments on commit 76bfe06

Please sign in to comment.