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 @@ -202,7 +202,7 @@ build-in-docker: clean docker-builder
202
202
-v ` pwd` :/gopath/src/k8s.io/node-problem-detector/ npd-builder:latest bash \
203
203
-c ' cd /gopath/src/k8s.io/node-problem-detector/ && make build-binaries'
204
204
205
- push-all-container : $( addprefix push-container-, $( ALL_ARCH ) )
205
+ push-all-container : build-all-container
206
206
207
207
push-container-% :
208
208
$(MAKE ) ARCH=$* push-container
@@ -222,7 +222,7 @@ push-tar: build-tar
222
222
push-tar-all : build-tar-all
223
223
gsutil cp $(TARBALL-ALL ) $(UPLOAD_PATH ) /node-problem-detector/
224
224
225
- push-all : push-all-container push-tar-all push-manifest
225
+ push-all : push-all-container push-manifest push-tar-all
226
226
227
227
push : push-container push-tar
228
228
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
}
70
70
71
71
function write-env-file() {
You can’t perform that action at this time.
0 commit comments