We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23db382 commit b71910bCopy full SHA for b71910b
.github/workflows/docker.yml
@@ -88,7 +88,7 @@ jobs:
88
name: build
89
run: |
90
# rebuild sirf image
91
- ./docker/compose.sh -bR${{ matrix.type == 'gpu' && 'g' || 'c' }}
+ ./docker/compose.sh -bR${{ matrix.type == 'gpu' && 'g' || 'c' }} -- --build-arg BUILD_CIL=ON
92
image=synerbi/sirf:latest${{ steps.pull.outputs.suffix }}
93
echo "image=$image" >> "$GITHUB_OUTPUT"
94
# tag potentially newer core image
0 commit comments