Skip to content

Commit

Permalink
Add basic support for riscv64 (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth authored Jul 31, 2024
1 parent 9bd225f commit 9302440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the cinc-omnibus cookb

## Unreleased

- Add basic support for riscv64

## 1.1.18 - *2024-07-10*

- Add EL9 s390x Cinc omnibus-toolchain package
Expand Down
2 changes: 1 addition & 1 deletion libraries/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def cinc_omnibus?
elsif ppc64le? && ubuntu?
true
else
false
node['kernel']['machine'] == 'riscv64'
end
end
end
Expand Down

0 comments on commit 9302440

Please sign in to comment.