Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-K-N committed Apr 4, 2022
1 parent cf63de8 commit 8db931d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/ccm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ init-buildx:
docker run --rm --privileged multiarch/qemu-user-static --reset --credential yes --persistent yes
# Required for "docker buildx build --push".
#TODO: Add respective registry login info
docker login quay.io -u kabhat -p Iisc2018@139138

build-and-push-multi-arch: build-image-and-push-linux-amd64 build-image-and-push-linux-ppc64le
docker manifest create --amend $(REGISTRY)/$(IMG):$(TAG) $(REGISTRY)/$(IMG):$(TAG)_linux_amd64 $(REGISTRY)/$(IMG):$(TAG)_linux_ppc64le
Expand Down

0 comments on commit 8db931d

Please sign in to comment.