Skip to content

Commit

Permalink
Disable build for Linux aarch64 platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Dec 5, 2021
1 parent 6f9d9d7 commit ea33aa4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
4 changes: 0 additions & 4 deletions .github/actions/manylinux_aarch64/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions .github/actions/manylinux_aarch64/action.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/actions/manylinux_aarch64/entrypoint.sh

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/publish_linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: 'Publish Linux Packages'
on:
push:
branches: [ development ]
release:
types: [ published ]
branches: [ master ]
Expand All @@ -11,8 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Manylinux aarch64
uses: ./.github/actions/manylinux_aarch64/
- name: Manylinux x86_64
uses: ./.github/actions/manylinux_x86_64/
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39'
- name: Upload Artifacts
Expand Down

0 comments on commit ea33aa4

Please sign in to comment.