We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aab1ec commit e37fcf7Copy full SHA for e37fcf7
.github/workflows/build.yml
@@ -308,7 +308,7 @@ jobs:
308
- select_helm_repo
309
strategy:
310
matrix:
311
- runner: ["ubuntu-latest", "ubicloud-standard-8-arm"]
+ runner: ["ubuntu-latest", "buildjet-4vcpu-ubuntu-2204-arm"]
312
runs-on: ${{ matrix.runner }}
313
permissions:
314
id-token: write
@@ -363,7 +363,6 @@ jobs:
363
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
364
sudo apt-get -y update
365
sudo apt-get -y install helm
366
- sudo apt-get -y install krb5-user
367
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
368
fi
369
0 commit comments