File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ build-in-docker: clean docker-builder
221
221
-v ` pwd` :/gopath/src/k8s.io/node-problem-detector/ npd-builder:latest bash \
222
222
-c ' cd /gopath/src/k8s.io/node-problem-detector/ && make build-binaries'
223
223
224
- push-all-container : $( addprefix push-container-, $( ALL_ARCH ) )
224
+ push-all-container : build-all-container
225
225
226
226
push-container-% :
227
227
$(MAKE ) ARCH=$* push-container
@@ -241,7 +241,7 @@ push-tar: build-tar
241
241
push-tar-all : build-tar-all
242
242
gsutil cp $(TARBALL-ALL ) $(UPLOAD_PATH ) /node-problem-detector/
243
243
244
- push-all : push-all-container push-tar-all push-manifest
244
+ push-all : push-all-container push-manifest push-tar-all
245
245
246
246
push : push-container push-tar
247
247
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function get-version() {
65
65
66
66
function install-lib() {
67
67
apt-get update
68
- apt-get install -y libsystemd-dev qemu-user-static
68
+ apt-get install -y libsystemd-dev
69
69
# Turn off go modules here, because we are not trying to install
70
70
# ginkgo library/module. We are trying to install the ginkgo executable.
71
71
GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo
You can’t perform that action at this time.
0 commit comments