Skip to content

Commit

Permalink
[libc++][CI] Updates the documentation. (#85264)
Browse files Browse the repository at this point in the history
The documentation mentions manually pushing Docker images to the CI. The
preferred way is to use the proper GitHub action. This updates the
documentation.

---------

Co-authored-by: Will Hawkins <[email protected]>
  • Loading branch information
mordante and hawkinsw authored Mar 25, 2024
1 parent 32466e5 commit 3cf169c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions libcxx/utils/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,22 @@
#===----------------------------------------------------------------------===##
#
# This file defines the buildkite and github actions builder images.
# You can build & push both images using:
# You can build both images using:
#
# docker compose build
# docker compose push
#
# Or you can select a single image to build & push using:
# Or you can select a single image to build
#
# docker compose build buildkite-builder
# docker compose push buildkite-builder
#
# The final images can be found at
#
# ghcr.io/libcxx/buildkite-builder
# ghcr.io/libcxx/actions-builder
# ghcr.io/libcxx/android-buildkite-builder
#
# Members of the github.com/libcxx/ organizations have permissions required to push new images.
# Members of the github.com/libcxx/ organizations can push new images to the CI.
# This is done by GitHub actions in the https://github.com/libcxx/builders repo.
#
# ===----------------------------------------------------------------------===##
# Running the buildkite image
Expand Down

0 comments on commit 3cf169c

Please sign in to comment.