Skip to content

Commit c213960

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

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
@@ -221,7 +221,7 @@ build-in-docker: clean docker-builder
221221
-v `pwd`:/gopath/src/k8s.io/node-problem-detector/ npd-builder:latest bash \
222222
-c 'cd /gopath/src/k8s.io/node-problem-detector/ && make build-binaries'
223223

224-
push-all-container: $(addprefix push-container-,$(ALL_ARCH))
224+
push-all-container: build-all-container
225225

226226
push-container-%:
227227
$(MAKE) ARCH=$* push-container
@@ -241,7 +241,7 @@ push-tar: build-tar
241241
push-tar-all: build-tar-all
242242
gsutil cp $(TARBALL-ALL) $(UPLOAD_PATH)/node-problem-detector/
243243

244-
push-all: push-all-container push-tar-all push-manifest
244+
push-all: push-all-container push-manifest push-tar-all
245245

246246
push: push-container push-tar
247247

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
# Turn off go modules here, because we are not trying to install
7070
# ginkgo library/module. We are trying to install the ginkgo executable.
7171
GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo

0 commit comments

Comments
 (0)