]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
yaml doesn't allow inline comments?
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Aug 2024 16:04:25 +0000 (11:04 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Aug 2024 16:04:31 +0000 (11:04 -0500)
.github/workflows/ci.yml

index 758f6fe08515c938a9dc25a03b8a343abd3bce8d..74f1b21075578ca7bdad240d012d187275c9e274 100644 (file)
@@ -68,9 +68,11 @@ jobs:
         #  code    - the name/version of the OS (for step evaluations below)
         #  docker  - the docker image name, if containers are being used
         #  name    - used in the job name only
+
+        #  Add this back when the base self-hosted docker image has been updated to 24.04
+#           docker: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'docker.internal.networkradius.com/self-hosted' || 'ubuntu:24.04' }}"
         os:
           - runs_on: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self-hosted' || 'ubuntu-20.04' }}"
-#           docker: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'docker.internal.networkradius.com/self-hosted' || 'ubuntu:20.04' }}"
             docker: "${{ ubuntu:24.04' }}"
             name: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self' || 'gh' }}-ubuntu24"
             code: "ubuntu2004"