Merge pull request #11094 from RuoqingHe/2025-03-28-enable-riscv-assets-build

ci: Enable `build-kata-static-tarball-riscv64.yaml`
This commit is contained in:
Steve Horsman
2025-04-07 11:26:15 +01:00
committed by GitHub

View File

@@ -78,6 +78,14 @@ jobs:
commit-hash: ${{ inputs.commit-hash }}
target-branch: ${{ inputs.target-branch }}
build-kata-static-tarball-riscv64:
uses: ./.github/workflows/build-kata-static-tarball-riscv64.yaml
with:
tarball-suffix: -${{ inputs.tag }}
commit-hash: ${{ inputs.commit-hash }}
target-branch: ${{ inputs.target-branch }}
secrets: inherit
publish-kata-deploy-payload-s390x:
needs: build-kata-static-tarball-s390x
uses: ./.github/workflows/publish-kata-deploy-payload.yaml