Skip to content

Commit

Permalink
Merge pull request #413 from hermit-os/firecracker
Browse files Browse the repository at this point in the history
ci: unpin firecracker version
  • Loading branch information
mkroening authored Nov 28, 2024
2 parents ed1236a + a2b0f92 commit 96ed91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ 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))
# FIXME: remove once 1.7.0 and above work
latest=v1.6.0
curl -L ${release_url}/download/${latest}/firecracker-${latest}-${ARCH}.tgz \
| tar -xz
Expand Down
4 changes: 2 additions & 2 deletions data/x86_64/hello_world-microvm
Git LFS file not shown

0 comments on commit 96ed91c

Please sign in to comment.