From bb20ecbd3b3979ea3feeae4659ff57a473c702a2 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Wed, 23 Aug 2023 17:09:50 +0200 Subject: [PATCH] Update spacebar-client-docker.yml: non self hosted runners --- .github/workflows/spacebar-client-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spacebar-client-docker.yml b/.github/workflows/spacebar-client-docker.yml index f63292c..580a27a 100644 --- a/.github/workflows/spacebar-client-docker.yml +++ b/.github/workflows/spacebar-client-docker.yml @@ -7,7 +7,7 @@ on: jobs: build-amd64: - runs-on: [self-hosted, x64] + runs-on: [linux, x64] needs: build-arm64 steps: - @@ -44,7 +44,7 @@ jobs: amend: true build-arm64: - runs-on: [self-hosted, ARM64] + runs-on: [linux, ARM64] steps: - uses: actions/checkout@v3 @@ -79,4 +79,4 @@ jobs: file: Dockerfile push: true tags: spacebarchat/client:latest-arm64 - provenance: false \ No newline at end of file + provenance: false