mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 18:01:01 +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 }}
|
||||
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
|
||||
run: |
|
||||
./tests/git-helper.sh "rebase-atop-of-the-latest-target-branch"
|
||||
|
@ -30,9 +30,6 @@ jobs:
|
||||
run: |
|
||||
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
||||
|
||||
- name: Prepare the self-hosted runner
|
||||
run: ${HOME}/scripts/prepare_runner.sh
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.commit-hash }}
|
||||
|
Loading…
Reference in New Issue
Block a user