removing unnecessary directory listing

This commit is contained in:
Colin Lyons
2023-01-17 01:08:19 +00:00
parent 3ac9fba175
commit bb5526b81c

View File

@@ -49,8 +49,6 @@ RUN set -ex echo "untarring binaries and source code" \
WORKDIR /tmp/btcd-source-${target_version}
RUN set -ex ls -hal /tmp
RUN set -ex echo "building binaries for ${GOOS}/${GOARCH}" \
&& mkdir -pv /tmp/bin \
&& GO111MODULE=on GOOS=${target_os} CGO_ENABLED=0 go build --ldflags '-w -s' -o /tmp/bin/btcd . \