Skip to content

Commit

Permalink
Fix binary output in goreleaser (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: jfaust <[email protected]>
  • Loading branch information
JordanFaust and jfaust authored Sep 3, 2020
1 parent ed7c423 commit 9567499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before:
builds:
- id: ssm
main: ./main.go
binary: bin/ssm
binary: ssm
goos:
- windows
- darwin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ COPY --from=downloader /root/.local/bin/aws /usr/local/bin/aws
COPY --from=downloader /tmp/usr/local/sessionmanagerplugin/bin/session-manager-plugin /usr/local/sessionmanagerplugin/bin/session-manager-plugin
RUN ln -s /usr/local/sessionmanagerplugin/bin/session-manager-plugin /usr/local/bin/session-manager-plugin

COPY bin/ssm /usr/local/bin/ssm
COPY ssm /usr/local/bin/ssm

ENTRYPOINT ["/usr/local/bin/ssm"]

0 comments on commit 9567499

Please sign in to comment.