Skip to content

Commit

Permalink
v9.7
Browse files Browse the repository at this point in the history
- CI | Armbian: Download much smaller dtb package to obtain kernel version suffix
  • Loading branch information
MichaIng committed Jul 22, 2024
1 parent ad523f8 commit 8eaefb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "Board family is: $family"
family=$(BRANCH='${{ github.event.inputs.branch }}'; . "config/sources/families/$family.conf" &> /dev/null; echo "$LINUXFAMILY")
echo "Linux family is: $family"
package="linux-image-${{ github.event.inputs.branch }}-$family"
package="linux-dtb-${{ github.event.inputs.branch }}-$family"
;;
*) echo 'ERROR: Invalid asset "${{ github.event.inputs.asset }}"'; exit 1;;
esac
Expand Down

0 comments on commit 8eaefb4

Please sign in to comment.