Skip to content

Commit 3734a85

Browse files
committed
ci: Added a stage to build the compilation docker
We do this so that we won't re-build the docker for each of the architectures.
1 parent 8adc0f8 commit 3734a85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: sudo apt-get install -y wget
2626

27+
- name: Build compilation docker
28+
run: make build-docker-image
29+
2730
- name: Build
2831
run: make build-${{ matrix.architecture }}-${{ matrix.build_type }} -j$((`nproc`+1))

0 commit comments

Comments
 (0)