From d311401e2fe7e0790a3641bb13e848a109465f4d Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 27 Jun 2024 03:34:13 -0400 Subject: does this need to run on k8s Signed-off-by: Xe Iaso --- .github/workflows/earthly.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index 373a966..1ec6029 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64] permissions: contents: read packages: write @@ -19,12 +19,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Tailscale - uses: tailscale/github-action@v2 - with: - oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }} - oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }} - tags: tag:ci - uses: earthly/actions-setup@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3