Skip to content

Commit

Permalink
chore: use patched marmot binary
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Oct 19, 2023
1 parent 221a477 commit 2fec909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ base-image:

IF $TWO_NODE
RUN mkdir -p /opt/spectrocloud/bin && \
curl -sL https://github.com/maxpert/marmot/releases/download/v"${MARMOT_VERSION}"/marmot-v"${MARMOT_VERSION}"-linux-amd64-static.tar.gz | tar -zxv marmot && \
# curl -sL https://github.com/maxpert/marmot/releases/download/v"${MARMOT_VERSION}"/marmot-v"${MARMOT_VERSION}"-linux-amd64-static.tar.gz | tar -zxv marmot && \
# TODO: remove this hack once https://github.com/maxpert/marmot/pull/86 is merged
curl -sL https://github.com/TylerGillson/marmot/raw/master/marmot -o marmot && \
install marmot -o root -g root -m 755 /opt/spectrocloud/bin/ && \
rm -f marmot
END
Expand Down

0 comments on commit 2fec909

Please sign in to comment.