Skip to content

Commit

Permalink
podvm_mkosi: Remove remaining references to builder
Browse files Browse the repository at this point in the history
Remove references to fedora-binaries-builder in the code
and docs now we have a combined multistage dockerfile

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Dec 18, 2024
1 parent 7223c69 commit 7e98574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/azure-podvm-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
TEE_PLATFORM: az-cvm-vtpm
VERIFY_PROVENANCE: yes
run: |
make fedora-binaries-builder
make binaries
- name: Install build dependencies
Expand Down
6 changes: 3 additions & 3 deletions src/cloud-api-adaptor/podvm-mkosi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ VERIFY_PROVENANCE ?= no

.DEFAULT_GOAL := all
.PHONY: all
all: fedora-binaries-builder binaries image
all: binaries image

.PHONY: debug
debug: fedora-binaries-builder binaries image-debug
debug:binaries image-debug

.PHONY: container
container: fedora-binaries-builder binaries image-container
container: binaries image-container

ifeq ($(ARCH),s390x)
YQ_CHECKSUM = $(YQ_CHECKSUM_s390x)
Expand Down
1 change: 0 additions & 1 deletion src/cloud-api-adaptor/podvm-mkosi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Another issue is s390x does not support UEFI. Instead, we can first use **mkosi*

It requires a **s390x host** to build s390x image with make commands:
```
make fedora-binaries-builder
TEE_PLATFORM=se-attester make binaries
make image
# SE_BOOT=true make image
Expand Down

0 comments on commit 7e98574

Please sign in to comment.