Skip to content

Commit

Permalink
Revert "build armv7l with old method"
Browse files Browse the repository at this point in the history
This reverts commit 1b59f06.
  • Loading branch information
bjia56 committed Jan 27, 2024
1 parent 1b59f06 commit 16fa71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: ./*python*.tar.gz

build_linux:
if: ${{ startsWith(inputs.python_version, '3.8') || matrix.arch == 'armv7l' }}
if: ${{ false && startsWith(inputs.python_version, '3.8') }}
name: Linux ${{ inputs.python_version }} ${{ matrix.arch }}
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 16fa71a

Please sign in to comment.