Fix and improve Armbian GH Action

- add forced host initialization
- change to aarch64 build runner by default
This commit is contained in:
Igor Pecovnik
2025-05-16 15:58:05 +02:00
committed by Igor
parent 56237de5ef
commit cbb0343d20
2 changed files with 7 additions and 3 deletions

View File

@@ -172,6 +172,10 @@ runs:
# go to build folder
cd build
# default build command below doesn't prepare host dependencies
sudo ./compile.sh requirements
sudo chown -R $USER:$USER .
# execute build command
./compile.sh "${{ inputs.armbian_target }}" \
REVISION="${{ env.ARMBIAN_VERSION }}" \