Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
echo 'versions=["4.14.0", "4.13.1", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT"

build-bare:
runs-on: ubuntu-latest-8core
needs:
- define-matrix
strategy:
Expand All @@ -51,6 +52,7 @@ jobs:
operating-system-base: ${{ matrix.operating-system-base }}

build-slim:
runs-on: ubuntu-latest-8core
needs:
- define-matrix
- build-bare
Expand All @@ -66,6 +68,7 @@ jobs:
operating-system-base: ${{ matrix.operating-system-base }}

build-full:
runs-on: ubuntu-latest-8core
needs:
- define-matrix
- build-bare
Expand Down
Loading