mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
Makefile: Fix aarch64 fail in No GO command or GOPATH not set mode
Got aarch64 fail in No GO command or GOPATH not set mode: Makefile:38: arch/aarch64-options.mk: No such file or directory Makefile:237: *** "ERROR: No hypervisors known for architecture aarch64 (looked for: firecracker qemu)". Stop. The cause is the machine hardware name of aarch64 is aarch64 but runtime's arch make file's name is arm64-options.mk. This commit convert aarch64 to arm64 to fix the issue. Fixes: #1320 Signed-off-by: Hui Zhu <teawater@hyper.sh>
This commit is contained in:
parent
56a5accad0
commit
bdb34e7617