Merge pull request #9019 from Amulyam24/k8s-fix

gha: add GOPATH env var to the ppc64le k8s workflow
This commit is contained in:
Amulya Meka 2024-02-06 11:01:49 +05:30 committed by GitHub
commit 354a3093fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,7 @@ jobs:
DOCKER_REPO: ${{ inputs.repo }}
DOCKER_TAG: ${{ inputs.tag }}
PR_NUMBER: ${{ inputs.pr-number }}
GOPATH: ${{ github.workspace }}
KATA_HYPERVISOR: ${{ matrix.vmm }}
KUBERNETES: ${{ matrix.k8s }}
USING_NFD: "false"