Skip to content

Commit

Permalink
WIP: Add debug to iamge-debug tag
Browse files Browse the repository at this point in the history
So we can tell the debug and normal image apart
  • Loading branch information
stevenhorsman committed Aug 28, 2024
1 parent da2bc65 commit 71c9664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cloud-api-adaptor/podvm-mkosi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ifeq ($(SE_BOOT),true)
sudo -E ../hack/build-s390x-se-image.sh
@echo "Building docker image..."
docker buildx build \
-t $(PODVM_NAME)-se:$(PODVM_TAG) \
-t $(PODVM_NAME)-se:$(PODVM_TAG)-debug \
-t $(PODVM_NAME)-se:latest \
--load \
-f ../podvm/Dockerfile.podvm.fedora .
Expand All @@ -115,7 +115,7 @@ else ifeq ($(ARCH),s390x)
sudo -E ../hack/build-s390x-image.sh
@echo "Building docker image..."
docker buildx build \
-t $(PODVM_NAME):$(PODVM_TAG) \
-t $(PODVM_NAME):$(PODVM_TAG)-debug \
-t $(PODVM_NAME):latest \
--load \
-f ../podvm/Dockerfile.podvm.fedora .
Expand Down

0 comments on commit 71c9664

Please sign in to comment.