Skip to content

Commit

Permalink
Update spacebar-client-docker-pull-requessts.yml: non-self hosted run…
Browse files Browse the repository at this point in the history
…ners
  • Loading branch information
TheArcaneBrony authored Aug 23, 2023
1 parent 0634c56 commit e20408b
Showing 1 changed file with 3 additions and 3 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: [linux, 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: [linux, 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

0 comments on commit e20408b

Please sign in to comment.