Skip to content

Commit

Permalink
Moved armhf builds to RPi Buster runner
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Oct 14, 2021
1 parent 4cdaa66 commit f22168a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,7 @@ jobs:
# This job builds wheels for armhf arch (RPi)
build-linux-armhf:
needs: build-docstrings
runs-on: luxonis-armhf
container:
image: registry.gitlab.com/luxonis/depthai-crosscompile/debian-buster
# Mount local hunter cache directory, instead of transfering to Github and back
volumes:
- /.hunter:/github/home/.hunter
runs-on: rpi-buster
steps:
- name: Print home directory
run: echo Home directory inside container $HOME
Expand Down

0 comments on commit f22168a

Please sign in to comment.