Skip to content

Commit

Permalink
Merge pull request #119 from noelmiller/podman_command_anda
Browse files Browse the repository at this point in the history
Added podman command for running anda
  • Loading branch information
madonuko authored Jan 3, 2025
2 parents 5b4a998 + 778767b commit 3303a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/terra/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Remember, it takes effort to create a package. If you ever need help, hop into
- Install [Andaman] on your system and its mock configs
- `sudo dnf install terra-mock-configs{:ansi}` via Terra
- anda is also available via rust crates.io
- If on an atomic system, this command works using podman: `podman run --rm --cap-add=SYS_ADMIN --privileged --volume ./:/anda --volume mock_cache:/var/lib/mock --workdir /anda ghcr.io/terrapkg/builder:frawhide anda`
- Use `rust2rpm` for **Rust** packages
- Use `pyp2rpm` for **Python** packages
- Use `go2rpm` for **Go** packages
Expand Down

0 comments on commit 3303a50

Please sign in to comment.