Skip to content

Commit

Permalink
Add some variants for different outputs for RISCV
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Sep 8, 2022
1 parent 8fa6da0 commit 961d55c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ func (s *archSuite) TestNormaliseArch(c *gc.C) {
{"ppc64le", "ppc64el"},
{"ppc64", "ppc64el"},
{"s390x", "s390x"},
{"risc", "riscv64"},
{"risc-v64", "riscv64"},
{"risc-V64", "riscv64"},
} {
arch := arch.NormaliseArch(test.raw)
c.Check(arch, gc.Equals, test.arch)
Expand Down

0 comments on commit 961d55c

Please sign in to comment.