Skip to content

Commit 22a059a

Browse files
committed
hack: build _minimal on self-trigger
Signed-off-by: Richard Alpe <[email protected]>
1 parent 6b503ad commit 22a059a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trigger.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
with:
1616
target: x86_64
1717
name: infix
18+
flavor: _minimal
1819

1920
build-aarch64:
2021
uses: ./.github/workflows/build.yml
2122
with:
2223
target: aarch64
2324
name: infix
25+
flavor: _minimal
2426

2527
test-run-x86_64:
2628
needs: build-x86_64

0 commit comments

Comments
 (0)