File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 DOCKER_REPOSITORY=${GITHUB_REPOSITORY,,}
3030 echo "DOCKER_IMAGE=${DOCKER_REGISTRY}/${DOCKER_REPOSITORY}/${{ matrix.version.os }}:gcc${{ matrix.version.gcc }}" >> $GITHUB_ENV
3131 - name : Build the Docker image
32- working-directory : docker/ubuntu
32+ working-directory : docker/debian
3333 run : |
3434 DOCKER_BUILDKIT=1 docker build . \
3535 --target gcc \
6868 DOCKER_REPOSITORY=${GITHUB_REPOSITORY,,}
6969 echo "DOCKER_IMAGE=${DOCKER_REGISTRY}/${DOCKER_REPOSITORY}/${{ matrix.version.os }}:clang${{ matrix.version.clang }}" >> $GITHUB_ENV
7070 - name : Build the Docker image
71- working-directory : docker/ubuntu
71+ working-directory : docker/debian
7272 run : |
7373 DOCKER_BUILDKIT=1 docker build . \
7474 --target clang \
You can’t perform that action at this time.
0 commit comments