We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4019a6e commit 6750aa2Copy full SHA for 6750aa2
Dockerfile
@@ -11,7 +11,7 @@ COPY Source Source/
11
COPY Tests Tests/
12
COPY Package.* ./
13
ARG TARGETPLATFORM
14
-RUN swift build -c release --product swiftlint
+RUN swift build -c release --product swiftlint -Xswiftc -static-stdlib -Xlinker -fuse-ld=lld
15
RUN mv $(swift build -c release --show-bin-path)/swiftlint .
16
17
# Runtime image
0 commit comments