Skip to content

Commit a5d2071

Browse files
committed
Fix multi arch build
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 23fba05 commit a5d2071

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ build-in-docker: clean docker-builder
202202
-v `pwd`:/gopath/src/k8s.io/node-problem-detector/ npd-builder:latest bash \
203203
-c 'cd /gopath/src/k8s.io/node-problem-detector/ && make build-binaries'
204204

205-
push-all-container: $(addprefix push-container-,$(ALL_ARCH))
205+
push-all-container: build-all-container
206206

207207
push-container-%:
208208
$(MAKE) ARCH=$* push-container
@@ -222,7 +222,7 @@ push-tar: build-tar
222222
push-tar-all: build-tar-all
223223
gsutil cp $(TARBALL-ALL) $(UPLOAD_PATH)/node-problem-detector/
224224

225-
push-all: push-all-container push-tar-all push-manifest
225+
push-all: push-all-container push-manifest push-tar-all
226226

227227
push: push-container push-tar
228228

test/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function get-version() {
6565

6666
function install-lib() {
6767
apt-get update
68-
apt-get install -y libsystemd-dev qemu-user-static
68+
apt-get install -y libsystemd-dev
6969
}
7070

7171
function write-env-file() {

0 commit comments

Comments
 (0)