Skip to content

Commit

Permalink
Update ARM builds to use ARM Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
judsonjames committed Jan 9, 2024
1 parent ef81a7c commit 22788b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/orangepi-image-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ jobs:
with:
name: jar-${{ matrix.artifact-name }}
# TODO- replace with the arm-runner action and run this inside of the chroot. but this works for now.
- name: Generate image
- uses: pguyot/arm-runner-action@v2
name: Generate image
run: |
chmod +x scripts/generatePiImage.sh
./scripts/generatePiImage.sh ${{ matrix.image_url }} ${{ matrix.image_suffix }}
Expand Down

0 comments on commit 22788b7

Please sign in to comment.