Skip to content

Commit b17051d

Browse files
authored
Merge pull request firecracker-microvm#538 from alakesh/sha_fix_kernel
Update sha256 for x86_64 vmlinux binary
2 parents 0547a17 + 5476e53 commit b17051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export GO_CACHE_VOLUME_NAME?=gocache
3535
# This Makefile uses Firecracker's pre-build Linux kernels for x86_64 and aarch64.
3636
host_arch=$(shell arch)
3737
ifeq ($(host_arch),x86_64)
38-
kernel_sha256sum="bc7e2dbf12cf7038937abf42056f6bcd405d3eef4d27aaa3016f0ba15069ae4b"
38+
kernel_sha256sum="ea5e7d5cf494a8c4ba043259812fc018b44880d70bcbbfc4d57d2760631b1cd6"
3939
else ifeq ($(host_arch),aarch64)
4040
kernel_sha256sum="e2d7c3d6cc123de9e6052d1f434ca7b47635a1f630d63f7fcc1b7164958375e4"
4141
else

0 commit comments

Comments
 (0)