Skip to content

Commit

Permalink
Unthrottle Arm64 Swift Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiede committed Jan 27, 2022
1 parent ea769b6 commit b580166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Template.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM %%BASE_IMAGE%% as builder
WORKDIR /project

ADD . /project
RUN swift build -j 1 -c release -Xswiftc -g
RUN swift build -c release -Xswiftc -g

###### RUNTIME CONTAINER
FROM %%BASE_IMAGE%%-slim
Expand Down

0 comments on commit b580166

Please sign in to comment.