We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7846789 commit a892836Copy full SHA for a892836
packaging/Makefile
@@ -99,6 +99,8 @@ all-podman-debian-12: version
99
mv target/aleph-vm.deb target/aleph-vm.debian-12.deb
100
101
all-podman-ubuntu-2204: version
102
+ # Ensure the sevctl submodule is checked out first.
103
+ git submodule init
104
cd .. && podman build -t localhost/aleph-vm-packaging-ubuntu-2204:latest -f ./packaging/ubuntu-22.04.dockerfile .
105
mkdir -p ./target
106
podman run --rm -ti \
0 commit comments