We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1c4e32 + 5005907 commit 3e2eae6Copy full SHA for 3e2eae6
Makefile
@@ -33,7 +33,7 @@ export FIRECRACKER_CONTAINERD_TEST_IMAGE?=localhost/firecracker-containerd-test
33
export GO_CACHE_VOLUME_NAME?=gocache
34
35
# This Makefile uses Firecracker's pre-build Linux kernels for x86_64 and aarch64.
36
-host_arch=$(shell arch)
+host_arch=$(shell uname -m)
37
ifeq ($(host_arch),x86_64)
38
kernel_sha256sum="ea5e7d5cf494a8c4ba043259812fc018b44880d70bcbbfc4d57d2760631b1cd6"
39
else ifeq ($(host_arch),aarch64)
0 commit comments