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 17cda1f commit 6a4bc44Copy full SHA for 6a4bc44
.github/workflows/release.yaml
@@ -128,6 +128,9 @@ jobs:
128
brew install make
129
echo "$(brew --prefix)/opt/make/libexec/gnubin" >> $GITHUB_PATH
130
131
+ brew install gnu-getopt
132
+ echo "$(brew --prefix)/opt/gnu-getopt/bin" >> $GITHUB_PATH
133
+
134
brew tap mitchellh/gon
135
brew install mitchellh/gon/gon
136
scripts/build_go_slim.sh
@@ -17,6 +17,7 @@
17
# they can be packaged into non-slim binaries correctly.
18
19
set -euo pipefail
20
+shopt -s nullglob
21
# shellcheck source=scripts/lib.sh
22
source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
23
0 commit comments