Skip to content

Commit

Permalink
build: rebalance arm64/amd64 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Aug 14, 2024
1 parent 9f2f696 commit 9861746
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ jobs:
- arch: arm64v8
dist: arch
build_type: clang-release-shared-ninja-full
- arch: amd64
dist: fedora
build_type: gcc-release-ninja-split
- arch: amd64
dist: ubuntu
build_type: clang-release-shared-ninja-full
include:
- arch: amd64
dist: ubuntu
Expand All @@ -181,16 +187,16 @@ jobs:
- arch: amd64
dist: ubuntu
build_type: gcc-debug-shared-nostacktrace-ninja-split
- arch: amd64
- arch: arm64v8
dist: ubuntu
build_type: oldclang-debug-shared-make-split
- arch: amd64
- arch: arm64v8
dist: ubuntu-2204
build_type: gcc-release-shared-ninja-split
- arch: amd64
- arch: arm64v8
dist: ubuntu-2204
build_type: gcc-debug-shared-ninja-full
- arch: amd64
- arch: arm64v8
dist: ubuntu-2204
build_type: clang-release-ninja-split

Expand Down

0 comments on commit 9861746

Please sign in to comment.