feat: Fixes release build failures and get's release dockerfile working.
This commit is contained in:
@@ -27,8 +27,8 @@ COPY . .
|
||||
# N.B.: The static version of jemalloc is incompatible with the static Swift runtime.
|
||||
RUN swift build -c release \
|
||||
--product App \
|
||||
--static-swift-stdlib \
|
||||
-Xlinker -ljemalloc
|
||||
--static-swift-stdlib \
|
||||
-Xlinker -ljemalloc
|
||||
|
||||
# Switch to the staging area
|
||||
WORKDIR /staging
|
||||
|
||||
Reference in New Issue
Block a user