|
|
|
@ -15,7 +15,7 @@ COPY ./ ./
|
|
|
|
|
RUN apk add --no-cache bash curl git go g++
|
|
|
|
|
|
|
|
|
|
RUN bash script/build.sh --version=${VERSION} \
|
|
|
|
|
---disable-micro -bin-name-no-suffix \
|
|
|
|
|
--disable-micro --bin-name-no-suffix \
|
|
|
|
|
--force-gcc='gcc -static' --force-g++='g++ -static' \
|
|
|
|
|
--more-go-cmd-args='-a -v'
|
|
|
|
|
|
|
|
|
|