Skip to content

Commit

Permalink
rootfs: Add riscv64 arch support
Browse files Browse the repository at this point in the history
Currently vmtest in bpf selftests already supports riscv64, let us
support online riscv64 rootfs image.

Signed-off-by: Pu Lehui <[email protected]>
  • Loading branch information
pulehui committed Sep 6, 2024
1 parent 89e3ad5 commit 1c2146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARCHS = amd64 arm64 s390x
ARCHS = amd64 arm64 s390x riscv64
DISTROS = noble

.PHONY: all
Expand Down

0 comments on commit 1c2146f

Please sign in to comment.