Skip to content

Commit a892836

Browse files
committed
WIP: git init submodule before podman
1 parent 7846789 commit a892836

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ all-podman-debian-12: version
9999
mv target/aleph-vm.deb target/aleph-vm.debian-12.deb
100100

101101
all-podman-ubuntu-2204: version
102+
# Ensure the sevctl submodule is checked out first.
103+
git submodule init
102104
cd .. && podman build -t localhost/aleph-vm-packaging-ubuntu-2204:latest -f ./packaging/ubuntu-22.04.dockerfile .
103105
mkdir -p ./target
104106
podman run --rm -ti \

0 commit comments

Comments
 (0)