File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 for OS in $OSES; do
2828 for ARCH in $ARCHS; do
2929 echo "OS: ${OS} and ARCH: ${ARCH}"
30- GOOS=${OS} GOARCH=${ARCH} go build -ldflags "-w -s -X github.com/nginxinc/nginx-k8s-supportpkg/pkg/version.Build=$BUILD\
30+ CGO_ENABLED=0 GOOS=${OS} GOARCH=${ARCH} go build -ldflags "-w -s -X github.com/nginxinc/nginx-k8s-supportpkg/pkg/version.Build=$BUILD\
3131 -X github.com/nginxinc/nginx-k8s-supportpkg/pkg/version.Version=$VERSION"\
3232 -o release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}/kubectl-nginx_supportpkg
3333 cp LICENSE release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}/
Original file line number Diff line number Diff line change 3434 for OS in $OSES; do
3535 for ARCH in $ARCHS; do
3636 echo "OS: ${OS} and ARCH: ${ARCH}"
37- GOOS=${OS} GOARCH=${ARCH} go build -ldflags "-w -s -X github.com/nginxinc/nginx-k8s-supportpkg/pkg/version.Build=$BUILD\
37+ CGO_ENABLED=0 GOOS=${OS} GOARCH=${ARCH} go build -ldflags "-w -s -X github.com/nginxinc/nginx-k8s-supportpkg/pkg/version.Build=$BUILD\
3838 -X github.com/nginxinc/nginx-k8s-supportpkg/pkg/version.Version=$VERSION"\
3939 -o release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}/kubectl-nginx_supportpkg
4040 cp LICENSE release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}/
You can’t perform that action at this time.
0 commit comments