We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db7961 commit e65a528Copy full SHA for e65a528
scripts/build_go_slim.sh
@@ -15,6 +15,10 @@
15
#
16
# The built binaries are additionally copied to the site output directory so
17
# they can be packaged into non-slim binaries correctly.
18
+#
19
+# When the --compress <level> parameter is provided, the binaries in site/bin
20
+# will be compressed using zstd into site/bin/coder.tar.zst, this helps reduce
21
+# final binary size significantly.
22
23
set -euo pipefail
24
shopt -s nullglob
0 commit comments