-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podvm-mkosi: refine podvm-mkosi s390x se image build logical
- Update podvm-mkosi s390x podvm image build logical - Use `SE_BOOT=true` to enable se image build - support push fedora s390x-se image Signed-off-by: Da Li Liu <[email protected]>
- Loading branch information
Da Li Liu
committed
Jul 24, 2024
1 parent
9b34e82
commit ab65bf2
Showing
5 changed files
with
51 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ ARG ARCH=s390x | |
|
||
ENV ARCH=${ARCH} | ||
|
||
COPY build/podvm-${ARCH}.qcow2 / | ||
COPY build/podvm-*.qcow2 / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters