Skip to content

Commit

Permalink
Self Hosted runner changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jayesh-srivastava committed Feb 17, 2025
1 parent 2961179 commit 4cc0d39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/spectro-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
builder:
# edge-runner machine group is a bunch of machines in US Datacenter
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, capi]
# Initialize all secrets required for the job
# Ensure that the credentials are provided as encrypted secrets
env:
Expand All @@ -41,6 +41,11 @@ jobs:
echo "FIPS_REGISTRY=us-east1-docker.pkg.dev/spectro-images/dev-fips/cluster-api-gcp" >> $GITHUB_ENV
-
uses: actions/checkout@v3
-
name: Necessary Setup
run: |
sudo chmod 666 /var/run/docker.sock
sudo systemctl restart docker
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 4cc0d39

Please sign in to comment.