Skip to content

Commit

Permalink
Merge pull request #1000 from mkroening/latest-firecracker
Browse files Browse the repository at this point in the history
ci: use latest Firecracker after 1.5.1 release
  • Loading branch information
mkroening authored Dec 5, 2023
2 parents a8f4199 + d1c494d commit e28ff39
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,10 @@ jobs:
repo: hermit-os/loader
- name: Install firecracker
run: |
# https://github.com/firecracker-microvm/firecracker/blob/7c5fc8707f26c4244d48a747631ab0fb31fc4c39/docs/getting-started.md#getting-a-firecracker-binary
# https://github.com/firecracker-microvm/firecracker/blob/v1.5.1/docs/getting-started.md#getting-a-firecracker-binary
ARCH="$(uname -m)"
release_url="https://github.com/firecracker-microvm/firecracker/releases"
latest=$(basename $(curl -fsSLI -o /dev/null -w %{url_effective} ${release_url}/latest))
# TODO: use the latest release once fixed:
# https://github.com/firecracker-microvm/firecracker/issues/4176
latest="v1.4.1"
curl -L ${release_url}/download/${latest}/firecracker-${latest}-${ARCH}.tgz \
| tar -xz
Expand Down

0 comments on commit e28ff39

Please sign in to comment.