Skip to content

Commit

Permalink
Added rpi-buster and rpi-bullseye builds
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Nov 29, 2021
1 parent 5e2b264 commit 26b4c6f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
# This job builds wheels for armhf arch (RPi)
build-linux-armhf:
needs: build-docstrings
runs-on: rpi-buster
strategy:
matrix:
rpi-os: [rpi-buster, rpi-bullseye]
runs-on: ${{ matrix.rpi-os }}
steps:
- name: Print home directory
run: echo Home directory inside container $HOME
Expand Down Expand Up @@ -211,7 +214,7 @@ jobs:
needs: build-docstrings
runs-on: ubuntu-latest
container:
image: quay.io/pypa/manylinux2014_x86_64
image: quay.io/pypa/manylinux2014_x86_64:2021-11-15-a808c18
env:
PLAT: manylinux2014_x86_64
steps:
Expand Down Expand Up @@ -275,7 +278,7 @@ jobs:
needs: build-docstrings
runs-on: [self-hosted, linux, ARM64]
container:
image: quay.io/pypa/manylinux2014_aarch64
image: quay.io/pypa/manylinux2014_aarch64:2021-11-15-a808c18
env:
PLAT: manylinux2014_aarch64
# Mount local hunter cache directory, instead of transfering to Github and back
Expand Down

0 comments on commit 26b4c6f

Please sign in to comment.