mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
release.yml: Remove Raspberry Pi 5 config because it has been unified in Armbian
This commit is contained in:
parent
8c3add3a2d
commit
767a42afbb
33
.github/workflows/release.yml
vendored
33
.github/workflows/release.yml
vendored
@ -63,22 +63,13 @@ jobs:
|
|||||||
git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"
|
git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
raspberrypi-4:
|
raspberrypi:
|
||||||
if: ${{ inputs.sd-images || ( github.event_name != 'workflow_dispatch' && !startsWith(github.ref_name, 'docker-') ) }}
|
if: ${{ inputs.sd-images || ( github.event_name != 'workflow_dispatch' && !startsWith(github.ref_name, 'docker-') ) }}
|
||||||
uses: ./.github/workflows/build-sd-images.yml
|
uses: ./.github/workflows/build-sd-images.yml
|
||||||
with:
|
with:
|
||||||
git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"
|
git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"
|
||||||
board_id: rpi4b
|
board_id: rpi4b
|
||||||
board_name: RaspberryPi4
|
board_name: RaspberryPi 4+
|
||||||
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
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
armbian-test-image:
|
armbian-test-image:
|
||||||
@ -216,31 +207,19 @@ jobs:
|
|||||||
artifact_file: "${{ needs.lxd-arm64.outputs.lxc_artifact_file }}"
|
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')) }}
|
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:
|
needs:
|
||||||
- raspberrypi-4
|
- raspberrypi
|
||||||
- github-release
|
- github-release
|
||||||
if: ${{ inputs.sd-images || github.event_name != 'workflow_dispatch' }}
|
if: ${{ inputs.sd-images || github.event_name != 'workflow_dispatch' }}
|
||||||
uses: ./.github/workflows/publish-image.yml
|
uses: ./.github/workflows/publish-image.yml
|
||||||
with:
|
with:
|
||||||
git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"
|
git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"
|
||||||
artifact_id: "${{ needs.raspberrypi-4.outputs.artifact_name }}"
|
artifact_id: "${{ needs.raspberrypi.outputs.artifact_name }}"
|
||||||
artifact_file: "${{ needs.raspberrypi-4.outputs.artifact_file }}"
|
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')) }}
|
dry_run: ${{ (!inputs.release && github.event_name == 'workflow_dispatch') || github.ref_type != 'tag' || !(github.ref_protected || startsWith(github.ref, 'refs/tags/v')) }}
|
||||||
secrets: inherit
|
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:
|
odroidxu4-release:
|
||||||
needs:
|
needs:
|
||||||
- odroidxu4
|
- odroidxu4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user