Commit 6efe161f by Matthew Wong Committed by kmova

Fix nfs-client Makefile for real

(cherry picked from commit a73de4048fa13b7d7a5d2bd30133f2d15662bf2f)
parent 26cd145a
......@@ -34,12 +34,12 @@ build_arm:
CGO_ENABLED=0 GOARCH=arm GOARM=7 go build -o docker/arm/nfs-client-provisioner ./cmd/nfs-client-provisioner
image:
sudo docker build -t $(IMAGE) docker/x86_64
sudo docker build -t $(MUTABLE_IMAGE) docker/x86_64
sudo docker tag $(MUTABLE_IMAGE) $(IMAGE)
image_arm:
sudo docker run --rm --privileged multiarch/qemu-user-static:register --reset
sudo docker build -t $(IMAGE_ARM) docker/arm
sudo docker build -t $(MUTABLE_IMAGE_ARM) docker/arm
sudo docker tag $(MUTABLE_IMAGE_ARM) $(IMAGE_ARM)
push:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment