Skip to content

Commit

Permalink
🔥 (dockerfile): Remove unnecessary binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 18, 2023
1 parent 1337f87 commit b0b60ac
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 @@ -21,7 +21,7 @@ RUN <<EOT
'linux/arm64') export GOARCH=arm64 ;;
*) echo "Unsupported target: $TARGETPLATFORM" && exit 1 ;;
esac
go build -ldflags='-w -s' -o yampl
go build -ldflags='-w -s'
EOT


Expand Down

0 comments on commit b0b60ac

Please sign in to comment.