From 91829f9308952bd399d188d8582f9abc611731e2 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Wed, 23 Aug 2023 17:08:38 +0200 Subject: [PATCH] Remove self-hosted constraint from github actions --- .github/workflows/spacebar-client-docker-pull-requessts.yml | 6 +++--- .github/workflows/spacebar-client-docker.yml | 6 +++--- .github/workflows/spacebar-server-docker-pull-requests.yml | 6 +++--- .github/workflows/spacebar-server-docker.yml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/spacebar-client-docker-pull-requessts.yml b/.github/workflows/spacebar-client-docker-pull-requessts.yml index 7b532f8..c9d2fe3 100644 --- a/.github/workflows/spacebar-client-docker-pull-requessts.yml +++ b/.github/workflows/spacebar-client-docker-pull-requessts.yml @@ -7,7 +7,7 @@ on: jobs: build-amd64: - runs-on: [self-hosted, x64] + runs-on: [x64] needs: build-arm64 steps: - @@ -44,7 +44,7 @@ jobs: amend: true build-arm64: - runs-on: [self-hosted, ARM64] + runs-on: [ARM64] steps: - uses: actions/checkout@v3 @@ -79,4 +79,4 @@ jobs: file: Dockerfile push: false tags: spacebarchat/client:latest-arm64 - provenance: false \ No newline at end of file + provenance: false diff --git a/.github/workflows/spacebar-client-docker.yml b/.github/workflows/spacebar-client-docker.yml index f63292c..3402403 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: [x64] needs: build-arm64 steps: - @@ -44,7 +44,7 @@ jobs: amend: true build-arm64: - runs-on: [self-hosted, ARM64] + runs-on: [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 diff --git a/.github/workflows/spacebar-server-docker-pull-requests.yml b/.github/workflows/spacebar-server-docker-pull-requests.yml index a522193..a288560 100644 --- a/.github/workflows/spacebar-server-docker-pull-requests.yml +++ b/.github/workflows/spacebar-server-docker-pull-requests.yml @@ -8,7 +8,7 @@ on: jobs: build-amd64: - runs-on: [self-hosted, x64] + runs-on: [x64] needs: build-arm64 steps: - @@ -63,7 +63,7 @@ jobs: amend: true build-arm64: - runs-on: [self-hosted, ARM64] + runs-on: [ARM64] steps: - uses: actions/checkout@v3 @@ -98,4 +98,4 @@ jobs: file: Dockerfile-prod push: false tags: spacebarchat/server:latest-postgressql-arm64 - provenance: false \ No newline at end of file + provenance: false diff --git a/.github/workflows/spacebar-server-docker.yml b/.github/workflows/spacebar-server-docker.yml index 641eddb..238ca26 100644 --- a/.github/workflows/spacebar-server-docker.yml +++ b/.github/workflows/spacebar-server-docker.yml @@ -7,7 +7,7 @@ on: jobs: build-amd64: - runs-on: [self-hosted, x64] + runs-on: [x64] needs: build-arm64 steps: - @@ -62,7 +62,7 @@ jobs: amend: true build-arm64: - runs-on: [self-hosted, ARM64] + runs-on: [ARM64] steps: - uses: actions/checkout@v3 @@ -97,4 +97,4 @@ jobs: file: Dockerfile-prod push: true tags: spacebarchat/server:latest-postgressql-arm64 - provenance: false \ No newline at end of file + provenance: false