You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/swift-container-plugin/Documentation.docc/Swift-Container-Plugin.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ To use the plugin:
27
27
-<doc:authentication>
28
28
### Build and publish a container image
29
29
30
-
After adding the plugin to your project, you can build and publish a container image in one step:
30
+
After adding the plugin to your project, you can build and publish a container image in one step.
31
+
Here is how to build the [HelloWorld example](https://github.com/apple/swift-container-plugin/tree/main/Examples/HelloWorldHummingbird) as a static binary for Linux running the `x86_64` architecture:
31
32
32
33
```
33
34
% swift package --swift-sdk x86_64-swift-linux-musl \
0 commit comments