Skip to content

Commit

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

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

0 comments on commit eb402ab

Please sign in to comment.