Skip to content

Commit bcf2f8d

Browse files
committed
Add armv6 and armv7 to multiarch CI
1 parent eae68c8 commit bcf2f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false # if a particular matrix build fails, don't skip the rest
4545
matrix:
4646
# maybe more things could be added in here in the future (if needed)
47-
arch: [s390x, ppc64le]
47+
arch: [s390x, ppc64le, armv6, armv7]
4848

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

0 commit comments

Comments
 (0)