@@ -128,7 +128,7 @@ validate-source_task:
128
128
# otherwise duplicative effort in most tasks.
129
129
build_task :
130
130
alias : ' build'
131
- name : ' Build for $DISTRO_NV'
131
+ name : ' Build for $DISTRO_NV' # N/B: Referenced by URLencoded strings elsewhere
132
132
gce_instance : &standardvm
133
133
image_project : libpod-218412
134
134
zone : " us-central1-a"
@@ -237,17 +237,17 @@ alt_build_task:
237
237
- env :
238
238
# TODO: Replace with task using `winmake` to build
239
239
# binary and archive installation zip file.
240
- ALT_NAME : ' Windows Cross'
240
+ ALT_NAME : ' Windows Cross' # N/B: Referenced by URLencoded strings elsewhere
241
241
- env :
242
- ALT_NAME : ' Alt Arch. x86 Cross'
242
+ ALT_NAME : ' Alt Arch. x86 Cross' # N/B: Referenced by URLencoded strings elsewhere
243
243
- env :
244
- ALT_NAME : ' Alt Arch. ARM Cross'
244
+ ALT_NAME : ' Alt Arch. ARM Cross' # N/B: Referenced by URLencoded strings elsewhere
245
245
- env :
246
- ALT_NAME : ' Alt Arch. MIPS Cross'
246
+ ALT_NAME : ' Alt Arch. MIPS Cross' # N/B: Referenced by URLencoded strings elsewhere
247
247
- env :
248
- ALT_NAME : ' Alt Arch. MIPS64 Cross'
248
+ ALT_NAME : ' Alt Arch. MIPS64 Cross' # N/B: Referenced by URLencoded strings elsewhere
249
249
- env :
250
- ALT_NAME : ' Alt Arch. Other Cross'
250
+ ALT_NAME : ' Alt Arch. Other Cross' # N/B: Referenced by URLencoded strings elsewhere
251
251
# This task cannot make use of the shared repo.tbz artifact.
252
252
clone_script : *full_clone
253
253
setup_script : *setup
@@ -260,7 +260,7 @@ alt_build_task:
260
260
261
261
# Confirm building the remote client, natively on a Mac OS-X VM.
262
262
osx_alt_build_task :
263
- name : " Build for MacOS amd64+arm64"
263
+ name : " Build for MacOS amd64+arm64" # N/B: Referenced by URLencoded strings elsewhere
264
264
alias : osx_alt_build
265
265
# Docs: ./contrib/cirrus/CIModes.md
266
266
only_if : *no_rhel_release # RHEL never releases podman mac installer binary
0 commit comments