Skip to content

Commit

Permalink
Merge pull request #12869 from rtibbles/blowing_raspberries
Browse files Browse the repository at this point in the history
Use kolibri-image-pi repo for building raspberry pi image.
  • Loading branch information
jredrejo authored Dec 12, 2024
2 parents d397ff7 + adea365 commit 0997020
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr_build_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ jobs:
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
ref: v0.1.4
zip:
name: Build Raspberry Pi Image
needs: deb
uses: learningequality/kolibri-image-pi/.github/workflows/build_img.yml@v1.0.0
with:
deb-file-name: ${{ needs.deb.outputs.deb-file-name }}
ref: v1.0.0
4 changes: 2 additions & 2 deletions .github/workflows/release_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
zip:
name: Build Raspberry Pi Image
needs: deb
uses: learningequality/pi-gen/.github/workflows/build_zip.yml@v0.16.1
uses: learningequality/kolibri-image-pi/.github/workflows/build_img.yml@v1.0.0
with:
deb-file-name: ${{ needs.deb.outputs.deb-file-name }}
ref: v0.16.1
ref: v1.0.0
upload_zip:
uses: ./.github/workflows/upload_github_release_asset.yml
needs: zip
Expand Down

0 comments on commit 0997020

Please sign in to comment.