Skip to content

Commit

Permalink
show arch
Browse files Browse the repository at this point in the history
  • Loading branch information
kabhiibm committed Feb 3, 2025
1 parent 448fd80 commit 7ef574d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/roa-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
# Produce a binary artifact and place it in the mounted volume
run: |
set -x
echo "Arch of platform"
lscpu
mkdir -p $HOME/.kube && chown -R runner $HOME/.kube
minikube start --driver=none --force --kubernetes-version=v1.32.0
minikube status
kubectl version
#mkdir -p $HOME/.kube && chown -R runner $HOME/.kube
#minikube start --driver=none --force --kubernetes-version=v1.32.0
#minikube status
#kubectl version

0 comments on commit 7ef574d

Please # to comment.