Skip to content

Commit e37fcf7

Browse files
committed
Reverting to BuildJet for testing
1 parent 5aab1ec commit e37fcf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
- select_helm_repo
309309
strategy:
310310
matrix:
311-
runner: ["ubuntu-latest", "ubicloud-standard-8-arm"]
311+
runner: ["ubuntu-latest", "buildjet-4vcpu-ubuntu-2204-arm"]
312312
runs-on: ${{ matrix.runner }}
313313
permissions:
314314
id-token: write
@@ -363,7 +363,6 @@ jobs:
363363
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
364364
sudo apt-get -y update
365365
sudo apt-get -y install helm
366-
sudo apt-get -y install krb5-user
367366
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
368367
fi
369368

0 commit comments

Comments
 (0)