Skip to content

Commit

Permalink
Remove self-hosted constraint from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony committed Aug 23, 2023
1 parent 41c04c4 commit 91829f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spacebar-client-docker-pull-requessts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

build-amd64:
runs-on: [self-hosted, x64]
runs-on: [x64]
needs: build-arm64
steps:
-
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
amend: true

build-arm64:
runs-on: [self-hosted, ARM64]
runs-on: [ARM64]
steps:
-
uses: actions/checkout@v3
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
file: Dockerfile
push: false
tags: spacebarchat/client:latest-arm64
provenance: false
provenance: false
6 changes: 3 additions & 3 deletions .github/workflows/spacebar-client-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

build-amd64:
runs-on: [self-hosted, x64]
runs-on: [x64]
needs: build-arm64
steps:
-
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
amend: true

build-arm64:
runs-on: [self-hosted, ARM64]
runs-on: [ARM64]
steps:
-
uses: actions/checkout@v3
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
file: Dockerfile
push: true
tags: spacebarchat/client:latest-arm64
provenance: false
provenance: false
6 changes: 3 additions & 3 deletions .github/workflows/spacebar-server-docker-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

build-amd64:
runs-on: [self-hosted, x64]
runs-on: [x64]
needs: build-arm64
steps:
-
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
amend: true

build-arm64:
runs-on: [self-hosted, ARM64]
runs-on: [ARM64]
steps:
-
uses: actions/checkout@v3
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
file: Dockerfile-prod
push: false
tags: spacebarchat/server:latest-postgressql-arm64
provenance: false
provenance: false
6 changes: 3 additions & 3 deletions .github/workflows/spacebar-server-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

build-amd64:
runs-on: [self-hosted, x64]
runs-on: [x64]
needs: build-arm64
steps:
-
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
amend: true

build-arm64:
runs-on: [self-hosted, ARM64]
runs-on: [ARM64]
steps:
-
uses: actions/checkout@v3
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
file: Dockerfile-prod
push: true
tags: spacebarchat/server:latest-postgressql-arm64
provenance: false
provenance: false

0 comments on commit 91829f9

Please sign in to comment.