Skip to content

Commit

Permalink
fix(build): push the right manager images
Browse files Browse the repository at this point in the history
In case of multi-arch images, `cstor` prefix was missing on pool and volume manager container resulting in multi-arch builds to fail.
  • Loading branch information
kmova authored Nov 12, 2020
1 parent 68fdd52 commit 3673f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.buildx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ buildx.push.cvc-operator:

.PHONY: buildx.push.pool-manager
buildx.push.pool-manager:
BUILDX=true DIMAGE=${IMAGE_ORG}/pool-manager ./build/push
BUILDX=true DIMAGE=${IMAGE_ORG}/cstor-pool-manager ./build/push

.PHONY: buildx.push.volume-manager
buildx.push.volume-manager:
BUILDX=true DIMAGE=${IMAGE_ORG}/volume-manager ./build/push
BUILDX=true DIMAGE=${IMAGE_ORG}/cstor-volume-manager ./build/push

.PHONY: buildx.push.cstor-webhook
buildx.push.cstor-webhook:
Expand Down

0 comments on commit 3673f0a

Please sign in to comment.