From 767a42afbbce67eddeebe1e5f1b08c3fb99e702b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Sat, 8 Nov 2025 11:59:53 +0100 Subject: [PATCH] release.yml: Remove Raspberry Pi 5 config because it has been unified in Armbian --- .github/workflows/release.yml | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ddae673..ecf962e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,22 +63,13 @@ jobs: git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}" secrets: inherit - raspberrypi-4: + raspberrypi: if: ${{ inputs.sd-images || ( github.event_name != 'workflow_dispatch' && !startsWith(github.ref_name, 'docker-') ) }} uses: ./.github/workflows/build-sd-images.yml with: git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}" board_id: rpi4b - board_name: RaspberryPi4 - secrets: inherit - - raspberrypi-5: - if: ${{ false && inputs.sd-images || ( github.event_name != 'workflow_dispatch' && !startsWith(github.ref_name, 'docker-') ) }} - uses: ./.github/workflows/build-sd-images.yml - with: - git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}" - board_id: rpi5b - board_name: RaspberryPi5 + board_name: RaspberryPi 4+ secrets: inherit armbian-test-image: @@ -216,31 +207,19 @@ jobs: artifact_file: "${{ needs.lxd-arm64.outputs.lxc_artifact_file }}" dry_run: ${{ (!inputs.release && github.event_name == 'workflow_dispatch') || github.ref_type != 'tag' || !(github.ref_protected || startsWith(github.ref, 'refs/tags/v')) }} - raspberrypi-4-release: + raspberrypi-release: needs: - - raspberrypi-4 + - raspberrypi - github-release if: ${{ inputs.sd-images || github.event_name != 'workflow_dispatch' }} uses: ./.github/workflows/publish-image.yml with: git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}" - artifact_id: "${{ needs.raspberrypi-4.outputs.artifact_name }}" - artifact_file: "${{ needs.raspberrypi-4.outputs.artifact_file }}" + artifact_id: "${{ needs.raspberrypi.outputs.artifact_name }}" + artifact_file: "${{ needs.raspberrypi.outputs.artifact_file }}" dry_run: ${{ (!inputs.release && github.event_name == 'workflow_dispatch') || github.ref_type != 'tag' || !(github.ref_protected || startsWith(github.ref, 'refs/tags/v')) }} secrets: inherit - raspberrypi-5-release: - needs: - - raspberrypi-5 - - github-release - if: ${{ inputs.sd-images || github.event_name != 'workflow_dispatch' }} - uses: ./.github/workflows/publish-image.yml - with: - git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}" - artifact_id: "${{ needs.raspberrypi-5.outputs.artifact_name }}" - artifact_file: "${{ needs.raspberrypi-5.outputs.artifact_file }}" - dry_run: ${{ (!inputs.release && github.event_name == 'workflow_dispatch') || github.ref_type != 'tag' || !(github.ref_protected || startsWith(github.ref, 'refs/tags/v')) }} - secrets: inherit odroidxu4-release: needs: - odroidxu4