There was an error while loading. Please reload this page.
1 parent 6766b8e commit 33889d2Copy full SHA for 33889d2
1 file changed
.github/workflows/release-artifacts.yml
@@ -35,7 +35,8 @@ jobs:
35
run: |
36
# if we're running from a tag, get the full list of distros; otherwise just use debian:sid
37
# NOTE: inside the actual Dockerfile-dhvirtualenv, the image name is expanded into its full image path
38
- dists='["debian:sid"]'
+ # REVERT ME: Test that 'ubuntu:questing' builds in PR #19348.
39
+ dists='["ubuntu:questing"]'
40
if [[ $GITHUB_REF == refs/tags/* ]]; then
41
dists=$(scripts-dev/build_debian_packages.py --show-dists-json)
42
fi
0 commit comments