Skip to content

Commit

Permalink
updating armbian version
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 26, 2024
1 parent 204325e commit 6af3c9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
type: string
armbian_version:
description: Armbian Version
default: 24.5.0-trunk.434
default: 24.5.0-trunk.469
required: false
type: string
build_dietpi:
Expand All @@ -45,7 +45,7 @@ on:
required: false
dietpi-branch:
description: DietPi Repo Branch
default: imager
default: dev
type: string
required: false

Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
echo "Make a release? ${{ inputs.release || true }}"
echo "make_release=${{ inputs.release || true }}" >> $GITHUB_OUTPUT
echo "Armbian Version: ${{ inputs.armbian_version || '24.5.0-trunk.43' }}"
echo "armbian_version=${{ inputs.armbian_version || '24.5.0-trunk.43' }}" >> $GITHUB_OUTPUT
echo "Armbian Version: ${{ inputs.armbian_version || '24.5.0-trunk.469' }}"
echo "armbian_version=${{ inputs.armbian_version || '24.5.0-trunk.469' }}" >> $GITHUB_OUTPUT
echo "Board: ${{ inputs.board || 'radxa-zero3' }}"
echo "board=${{ inputs.board || 'radxa-zero3' }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6af3c9c

Please sign in to comment.