Skip to content

Commit

Permalink
Oops... forgot to save the last additions before I committed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger committed Jan 24, 2024
1 parent 385d420 commit 5bb7355
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CPAN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ After you've set up ACT following the instructions from above link you can set u
Where:
* `flavour`: currently `debian` or `fedora` are supported
* `tag`: the Docker tag if you wish to use a specific version of one of those distributions. See Docker Hub for available tags for [Debian](https://hub.docker.com/_/debian) or [Fedora](https://hub.docker.com/_/fedora). The workflow would fall back to `testing` or `latest`, respectively.
* `platform`: the target platform you want to build for. You'd have to use the Docker notification like `amd64`, `arm64`, or `arm/v7`.
* `module`: one of the Perl modules you'd like to build. Or empty if you want to build all dependencies.

Once that file is set up you can build from the root of this repository running:

```
act --job buildCPAN --eventpath CPAN/Docker/act.json
```

You'll then find the resulting binaries in `CPAN/build/arch` (see below).

## Building on your machine

Expand Down

0 comments on commit 5bb7355

Please sign in to comment.