Skip to content

Commit

Permalink
add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Aug 26, 2024
1 parent ad304e0 commit 5d59c2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ Our reference build (which is also used for our releases) is running within a co
Buildah 1.26+, Podman 4.1+ and Docker (with BuildKit) are supported. We tested various combinations of host OSes
(Debian, Ubuntu, macOS, Windows+WSL) and architectures (amd64, arm64). For usage instructions see `build.Containerfile`.

This uses Debian Gradle with the `settings-debian.gradle` settings. If you happen to use Debian Bookworm and have Gradle
installed from the Debian repository, you can also invoke these settings directly:

```
gradle --settings-file settings-debian.gradle clean build
```

### Example applications

These are found in the `examples` module.
Expand Down

0 comments on commit 5d59c2a

Please sign in to comment.