From 92ab9d2ee6cc50d39da4f7a802e0933924b79298 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Wed, 21 Feb 2024 15:41:05 +0100 Subject: [PATCH] change runner and remove tailscale userspace for amd --- .github/workflows/build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 128dca60..9583afde 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,8 +62,8 @@ jobs: group: ${{ github.workflow }}-build-and-push-image-${{ github.head_ref || github.run_id }} cancel-in-progress: true # needs: start-runner # required to start the main job when the runner is ready - # runs-on: [multi-gpu, nvidia-gpu, 4-a10, ci] - runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci] + runs-on: [multi-gpu, nvidia-gpu, 4-a10, ci] + #runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci] permissions: contents: write packages: write @@ -216,7 +216,6 @@ jobs: uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966 with: authkey: ${{ secrets.TAILSCALE_AUTHKEY }} - tailscaled-args: "--tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055" version: ${{ vars.TAILSCALE_CLIENT_VERSION }} - name: Login to GitHub Container Registry if: github.event_name != 'pull_request'