Skip to content

Commit

Permalink
feat: install idwt-rs (in development still)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdotpy committed Nov 28, 2024
1 parent 8b154de commit 4fc3621
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/profiles/common/install-idwt-rs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
modules:
- type: rpm-ostree
install:
- jq-devel
- type: containerfile
snippets:
- COPY --from=ghcr.io/noahdotpy/idwt-rs:git /out/bin/idwt /usr/bin/idwt-rs
2 changes: 2 additions & 0 deletions recipes/profiles/common/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ modules:

- from-file: profiles/common/block-hosts.yml

- from-file: profiles/common/install-idwt-rs.yml

- type: containerfile
snippets:
- COPY --from=ghcr.io/noahdotpy/idwt:main /out /
Expand Down

0 comments on commit 4fc3621

Please sign in to comment.