Skip to content

Commit

Permalink
fix: update goreleaser.Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: tiero <3596602+tiero@users.noreply.github.com>
  • Loading branch information
tiero committed Aug 29, 2022
1 parent 400fe10 commit b47c008
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions goreleaser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ WORKDIR /app
COPY . .

RUN set -ex \
&& if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=amd64; fi \
&& if [ "${TARGETPLATFORM}" = "linux/arm64" ]; then export TARGETPLATFORM=arm64; fi \
&& mv neutrinod /usr/local/bin/neutrinod \
&& mv neutrino /usr/local/bin/neutrino \
&& mv "neutrinod-linux-$TARGETPLATFORM" /usr/local/bin/neutrinod
&& mv neutrino /usr/local/bin/neutrino


RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
Expand Down

0 comments on commit b47c008

Please sign in to comment.