Skip to content

Commit

Permalink
build-sd-images.yml: Run armbian build script as root
Browse files Browse the repository at this point in the history
  • Loading branch information
theCalcaholic committed Jan 4, 2024
1 parent 65ef2a2 commit 7fcd26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sd-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
export IMG="NextCloudPi_${{ inputs.board_name }}_${VERSION//\//_}.img"
[[ "${{ github.ref_protected }}" == true ]] || export DBG=x
./build/build-SD-armbian.sh "${{ inputs.board_id }}" "${{ inputs.board_name }}"
sudo ./build/build-SD-armbian.sh "${{ inputs.board_id }}" "${{ inputs.board_name }}"
artifacts=("armbian/output/images/Armbian"*.img)
mkdir -p output
Expand Down

0 comments on commit 7fcd26a

Please sign in to comment.