Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
| ... | ... |
@@ -15,6 +15,7 @@ fi |
| 15 | 15 |
|
| 16 | 16 |
( |
| 17 | 17 |
export IAMSTATIC="false" |
| 18 |
+ export LDFLAGS_STATIC_DOCKER='' |
|
| 18 | 19 |
export BUILDFLAGS=( "${BUILDFLAGS[@]/netgo /}" ) # disable netgo, since we don't need it for a dynamic binary
|
| 19 | 20 |
export BUILDFLAGS=( "${BUILDFLAGS[@]/static_build /}" ) # we're not building a "static" binary here
|
| 20 | 21 |
source "$(dirname "$BASH_SOURCE")/binary" |