We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf6172 commit 743181fCopy full SHA for 743181f
.github/workflows/rhel.yml
@@ -52,9 +52,9 @@ jobs:
52
- name: Push the Docker image
53
run: docker push ${{ env.DOCKER_IMAGE }}
54
55
- # Build the Docker image for Red Hat Enterprise Linux. As we use the free UBIs
56
- # we cannot select specific versions of Clang and only get what is available
57
- # in the package manager.
+ # Build the Docker image for Red Hat Enterprise Linux using Clang. As we use
+ # the free UBIs we cannot select specific versions of Clang and only get what
+ # is available in the base image.
58
clang:
59
runs-on: ubuntu-latest
60
strategy:
0 commit comments