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 c3e4613 commit d715944Copy full SHA for d715944
scripts/build_go_slim.sh
@@ -3,7 +3,7 @@
3
# This script builds multiple "slim" Go binaries for Coder with the given OS and
4
# architecture combinations. This wraps ./build_go_matrix.sh.
5
#
6
-# Usage: ./build_go_slim.sh [--version 1.2.3-devel+abcdef] [--output dist/] os1:arch1,arch2 os2:arch1 os1:arch3
+# Usage: ./build_go_slim.sh [--version 1.2.3-devel+abcdef] [--output dist/] [--compress 22] os1:arch1,arch2 os2:arch1 os1:arch3
7
8
# If no OS:arch combinations are provided, nothing will happen and no error will
9
# be returned. If no version is specified, defaults to the version from
0 commit comments