You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# /bin/sh is dash on Debian which does not support all features of ash/bash
52
51
# to fix that we use /bin/bash only on Debian to not break Alpine
@@ -213,11 +212,11 @@ endif
213
212
ifisGolang {
214
213
build.addDefinition("# To add additional flags or values, specify the variable in the environment, e.g. `GO_BUILDFLAGS='-tags experimental' make`.")
215
214
build.addDefinition("# To override the default flags or values, specify the variable on the command line, e.g. `make GO_BUILDFLAGS='-tags experimental'`.")
0 commit comments