Skip to content

Commit

Permalink
Update: Firecracker 1.3.3 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Oct 13, 2023
1 parent 4b4260b commit e35a1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ debian-package-resources: firecracker-bins vmlinux download-ipfs-kubo
firecracker-bins: target-dir build-dir
mkdir -p ./build/firecracker-release
# Download latest release
curl -fsSL https://github.com/firecracker-microvm/firecracker/releases/download/v1.3.3/firecracker-v1.3.3-x86_64.tgz | tar -xz --no-same-owner --directory ./build/firecracker-release
curl -fsSL https://github.com/firecracker-microvm/firecracker/releases/download/v1.5.0/firecracker-v1.5.0-x86_64.tgz | tar -xz --no-same-owner --directory ./build/firecracker-release
# Copy binaries:
cp ./build/firecracker-release/release-v*/firecracker-v*[!.debug] ./target/firecracker
cp ./build/firecracker-release/release-v*/jailer-v*[!.debug] ./target/jailer
Expand Down

0 comments on commit e35a1ad

Please sign in to comment.