Skip to content

Commit

Permalink
Test case for Arm64
Browse files Browse the repository at this point in the history
Signed-off-by: odidev <odidev@puresoftware.com>
  • Loading branch information
odidev committed Oct 6, 2021
1 parent cb2e556 commit eb24c0f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,21 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true

test-aarch64:
name: aarch64_test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
- name: Arm64 test case
run: |
docker run --rm -v ${{ github.workspace }}:/ws:rw --workdir=/ws \
arm64v8/ubuntu:latest \
bash -exc 'apt-get update && apt-get -y install python3 git python3-pip && \
uname -m && \
pip3 install -U wheel setuptools pip && \
pip3 install tox codecov && \
tox -e py38'

0 comments on commit eb24c0f

Please sign in to comment.