From 83b9397d11ca15b2d590a1371f0ef885222f2550 Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Wed, 5 Jul 2023 13:10:04 +0800 Subject: [PATCH] fix(cd): correct comments in matrix-full.yml (#11112) --- .github/matrix-full.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/matrix-full.yml b/.github/matrix-full.yml index c2e77b86ec42..176ec8973b06 100644 --- a/.github/matrix-full.yml +++ b/.github/matrix-full.yml @@ -5,9 +5,10 @@ build-packages: # we have to use an old enough distro. # label: used to distinguish artifacts for later use -# os: docker image if not ubuntu/debian, otherwise ignored +# os: the github actions runner label to pick from +# image: docker image name if the build is running in side a container # package: package type -# bazel_args: if set, turn on cross-compilation; make sure its value is a bazel platform +# bazel_args: additional bazel build flags # check-manifest-suite: the check manifest suite as defined in scripts/explain_manifest/config.py # Ubuntu