Skip to content

Commit

Permalink
💚 Use QEMU on e2e with minikube
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Nov 29, 2024
1 parent 3d51a12 commit f270d6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ runs:
with:
agents: 3
ingress_port: ${{ inputs.ingress_port }}
- name: Setup QEMU for Minikube environment
if: ${{ inputs.require_minikube == 'true' }}
uses: docker/setup-qemu-action@v3
with:
image: ghcr.io/vdaas/vald/vald-binfmt:nightly
- name: Setup Minikube environment
if: ${{ inputs.require_minikube == 'true' }}
shell: bash
Expand Down

0 comments on commit f270d6f

Please sign in to comment.