Skip to content

Commit

Permalink
release.yml: Disable 32bit armbian images
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
  • Loading branch information
theCalcaholic committed Jan 20, 2023
1 parent 035c719 commit 2821df8
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,19 @@ jobs:
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
- 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.odroidxu4.outputs.artifact_name }}"
artifact_file: "${{ needs.odroidxu4.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
# TODO: Fix 32bit armbian images
# odroidxu4-release:
# needs:
# - odroidxu4
# - 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.odroidxu4.outputs.artifact_name }}"
# artifact_file: "${{ needs.odroidxu4.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
rockpro64-release:
needs:
- rockpro64
Expand All @@ -206,18 +207,19 @@ jobs:
artifact_file: "${{ needs.rock64.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
bananapi-release:
needs:
- bananapi
- 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.bananapi.outputs.artifact_name }}"
artifact_file: "${{ needs.bananapi.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
# TODO: Fix 32bit armbian images
# bananapi-release:
# needs:
# - bananapi
# - 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.bananapi.outputs.artifact_name }}"
# artifact_file: "${{ needs.bananapi.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
odroidhc4-release:
needs:
- odroidhc4
Expand Down

0 comments on commit 2821df8

Please sign in to comment.