Skip to content

Commit 0c92f3c

Browse files
committed
Make Firecracker on Amazon Linux 2 hosts
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 755ac8f commit 0c92f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/setup_al2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export FIRECRACKER_CONTAINERD_RUNTIME_DIR=$dir
1717
make
1818
sudo -E INSTALLROOT=$INSTALLROOT PATH=$PATH make install
1919
cp /var/lib/fc-ci/vmlinux.bin $dir/default-vmlinux.bin
20-
make image
20+
make image firecracker
2121
sudo -E PATH=$PATH make install-default-rootfs
2222

2323
cat << EOF > $dir/config.toml

0 commit comments

Comments
 (0)