Skip to content

Commit

Permalink
Add armv6 and armv7 to multiarch CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Mar 29, 2024
1 parent eae68c8 commit bcf2f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debian-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false # if a particular matrix build fails, don't skip the rest
matrix:
# maybe more things could be added in here in the future (if needed)
arch: [s390x, ppc64le]
arch: [s390x, ppc64le, armv6, armv7]

steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
install: |
apt-get update --fix-missing
apt-get upgrade -y
apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libfreetype6-dev libportmidi-dev libjpeg-dev fontconfig -y
apt-get install build-essential libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libfreetype6-dev libportmidi-dev fontconfig -y
apt-get install python3-setuptools python3-dev python3-pip python3-wheel python3-sphinx -y
# Build a wheel, install it for running unit tests
Expand Down

0 comments on commit bcf2f8d

Please sign in to comment.