Skip to content

Commit

Permalink
Fix arm-runner-action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
judsonjames committed Jan 9, 2024
1 parent 22788b7 commit af87314
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/orangepi-image-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,10 @@ jobs:
# TODO- replace with the arm-runner action and run this inside of the chroot. but this works for now.
- uses: pguyot/arm-runner-action@v2
name: Generate image
run: |
chmod +x scripts/generatePiImage.sh
./scripts/generatePiImage.sh ${{ matrix.image_url }} ${{ matrix.image_suffix }}
with:
commands: |
chmod +x scripts/generatePiImage.sh
./scripts/generatePiImage.sh ${{ matrix.image_url }} ${{ matrix.image_suffix }}
- uses: actions/upload-artifact@v4
name: Upload image
with:
Expand Down

0 comments on commit af87314

Please sign in to comment.