Skip to content

Commit

Permalink
Merge pull request #965 from mkroening/firecracker-1.4.1
Browse files Browse the repository at this point in the history
ci: pin firecracker to 1.4.1
  • Loading branch information
mkroening authored Oct 25, 2023
2 parents 0564975 + d541b68 commit 6848a9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ jobs:
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 6848a9d

Please sign in to comment.