Skip to content

Commit 1dd9068

Browse files
committed
docs: Link --swift-sdk comment in build to SDK installation
1 parent 4bc38e3 commit 1dd9068

File tree

1 file changed

+1
-1
lines changed
  • Sources/swift-container-plugin/Documentation.docc

1 file changed

+1
-1
lines changed

Sources/swift-container-plugin/Documentation.docc/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The plugin exposes the command `build-container-image` which you invoke to build
1111
build-container-image --from swift:slim --repository registry.example.com/myservice
1212
```
1313

14-
* The `--swift-sdk` argument specifies the Swift SDK with which to build the executable. In this case we are using the Static Linux SDK, installed earlier, to build an statically-linked x86_64 Linux binary.
14+
* The `--swift-sdk` argument specifies the Swift SDK with which to build the executable. In this case we are using the Static Linux SDK, [installed earlier](<doc:requirements>), to build an statically-linked x86_64 Linux binary.
1515
* The `--from` argument specifies the base image on which our service will run. `swift:slim` is the default, but you can choose your own base image or use `scratch` if your service does not require a base image at all.
1616
* The `--repository` argument specifies the repository to which the plugin will upload the finished image.
1717

0 commit comments

Comments
 (0)