diff --git a/.github/workflows/orangepi-image-generation.yml b/.github/workflows/orangepi-image-generation.yml index f584debb54..cb715701fd 100644 --- a/.github/workflows/orangepi-image-generation.yml +++ b/.github/workflows/orangepi-image-generation.yml @@ -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 }}