From 22788b7705fb38aba0bca6e010ccbadee34ec86f Mon Sep 17 00:00:00 2001 From: judsonjames Date: Tue, 9 Jan 2024 00:20:15 -0500 Subject: [PATCH] Update ARM builds to use ARM Builder --- .github/workflows/orangepi-image-generation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}