Skip to content

Commit 7d2999d

Browse files
committed
cicd: Updated github workflow with the new makefile rules
1 parent f32b3bb commit 7d2999d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
build_type: ["build", "build-with-python"]
15+
build_type: ["slim", "full"]
1616
architecture: ["x86_64", "arm", "aarch64", "powerpc", "mips", "mipsel"]
1717

1818
runs-on: ubuntu-latest
@@ -25,4 +25,4 @@ jobs:
2525
run: sudo apt-get install -y wget
2626

2727
- name: Build
28-
run: make ${{ matrix.build_type }}-${{ matrix.architecture }} -j$((`nproc`+1))
28+
run: make build-${{ matrix.architecture }}-${{ matrix.build_type }} -j$((`nproc`+1))

0 commit comments

Comments
 (0)