Skip to content

Commit

Permalink
Update spacebar-server-docker-pull-requests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony authored Aug 23, 2023
1 parent 70f2dab commit f8ceec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: [linux, x64]
runs-on: [x64]
needs: build-arm64
steps:
-
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
amend: true

build-arm64:
runs-on: [linux, ARM64]
runs-on: [ARM64]
steps:
-
uses: actions/checkout@v3
Expand Down

0 comments on commit f8ceec6

Please sign in to comment.