Skip to content

Commit

Permalink
remove armv7l
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 30, 2024
1 parent 6aa18cc commit cc424f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [x86_64, i686, aarch64, armv7l]
arch: [x86_64, i686, aarch64]
steps:
- name: checkout main repo
uses: actions/checkout@v4
Expand All @@ -99,10 +99,10 @@ jobs:
ref: v19.7.0
path: portaudio
- name: Set up QEMU
if: matrix.arch == 'aarch64' || matrix.arch == 'armv7l'
if: matrix.arch == 'aarch64'
uses: docker/setup-qemu-action@v3
with:
platforms: arm64,arm/v7
platforms: arm64
- name: Build PortAudio in Docker
run: |
docker run --rm -v ${{ github.workspace }}:/cwd:rw --workdir=/cwd \
Expand Down Expand Up @@ -155,10 +155,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: linux-aarch64
- name: Retrieve armv7l .so file
uses: actions/download-artifact@v3
with:
name: linux-armv7l
- name: Commit and push binaries (if there are changes)
run: |
git config --global user.name 'github-actions[bot]'
Expand Down
1 change: 0 additions & 1 deletion libportaudio-armv7l.so

This file was deleted.

0 comments on commit cc424f0

Please sign in to comment.