Skip to content

Commit

Permalink
chore: copy binary during build with goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskaya committed Apr 3, 2023
1 parent d7abac1 commit 4e8bd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "Running on $BUILDPLATFORM, building for $TARGETPLATFORM" > /log
ENV SEGMENT_WRITE_KEY $SEGMENT_WRITE_KEY
ENV VERSION $VERSION

COPY dist/komiser_linux_amd64_v1/komiser /usr/bin/komiser
COPY komiser /usr/bin/komiser
RUN chmod +x /usr/bin/komiser && \
mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2

Expand Down

0 comments on commit 4e8bd79

Please sign in to comment.