mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix and improve Armbian GH Action
- add forced host initialization - change to aarch64 build runner by default
This commit is contained in:
@@ -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 }}" \
|
||||
|
||||
Reference in New Issue
Block a user