Skip to content

Commit

Permalink
ci: run build one after another to avoid GitHub runner resource starv…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
Booyaabes authored Aug 1, 2023
1 parent be2e261 commit cc8945a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

build-arm64:
runs-on: ubuntu-latest
needs: [build-amd64]
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -51,6 +52,7 @@ jobs:

build-armv7:
runs-on: ubuntu-latest
needs: [build-arm64]
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit cc8945a

Please sign in to comment.