mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-21 10:51:05 +00:00
Merge pull request #8526 from Amulyam24/workflow-ppc
gha: fix artefacts build on ppc64le
This commit is contained in:
commit
3d5db65b2e
@ -52,6 +52,9 @@ jobs:
|
|||||||
ref: ${{ inputs.commit-hash }}
|
ref: ${{ inputs.commit-hash }}
|
||||||
fetch-depth: 0 # This is needed in order to keep the commit ids history
|
fetch-depth: 0 # This is needed in order to keep the commit ids history
|
||||||
|
|
||||||
|
- name: Prepare the self-hosted runner
|
||||||
|
run: ${HOME}/scripts/prepare_runner.sh
|
||||||
|
|
||||||
- name: Rebase atop of the latest target branch
|
- name: Rebase atop of the latest target branch
|
||||||
run: |
|
run: |
|
||||||
./tests/git-helper.sh "rebase-atop-of-the-latest-target-branch"
|
./tests/git-helper.sh "rebase-atop-of-the-latest-target-branch"
|
||||||
|
@ -30,9 +30,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
||||||
|
|
||||||
- name: Prepare the self-hosted runner
|
|
||||||
run: ${HOME}/scripts/prepare_runner.sh
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.commit-hash }}
|
ref: ${{ inputs.commit-hash }}
|
||||||
|
Loading…
Reference in New Issue
Block a user