Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Explain compress option
  • Loading branch information
mafredri committed Jun 20, 2022
commit e65a52822ec20835574c16bf8bd52cbf42070554
4 changes: 4 additions & 0 deletions scripts/build_go_slim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#
# The built binaries are additionally copied to the site output directory so
# they can be packaged into non-slim binaries correctly.
#
# When the --compress <level> parameter is provided, the binaries in site/bin
# will be compressed using zstd into site/bin/coder.tar.zst, this helps reduce
# final binary size significantly.

set -euo pipefail
shopt -s nullglob
Expand Down