Skip to content

Commit 53894ff

Browse files
remove unnecessary build process documentation
1 parent b884cda commit 53894ff

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/internal-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ name: Build
66
# See the images.json file in the repo for how to define the JSON for a set of
77
# images.
88
#
9-
# This workflow is intended to be called by third parties to build custom
10-
# quickstart images. See the repository README for an example.
9+
# This workflow is intended to be called by workflows inside this repo.
1110
#
1211
# The build process first builds the dependencies (xdr, core, rpc, horizon,
1312
# friendbot, lab). When doing so the dependencies needed as specified by the

.github/workflows/new-build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ name: Build
88
#
99
# This workflow is intended to be called by third parties to build custom
1010
# quickstart images. See the repository README for an example.
11-
#
12-
# The build process first builds the dependencies (xdr, core, rpc, horizon,
13-
# friendbot, lab). When doing so the dependencies needed as specified by the
14-
# images json are deduplicated so that any software shared by the images is
15-
# only built once. Dependencies are cached and so only rebuilt when needed.
16-
# Dependencies are defined by a tag or branch, but when building those git refs
17-
# are resolved to a sha to ensure stability of the sha throughout the full
18-
# build process. For all dependencies and the final image, amd64 and arm64
19-
# variants may be built.
2011

2112
on:
2213
workflow_call:

0 commit comments

Comments
 (0)