Skip to content

Commit

Permalink
Update the configuration example to include Debian-specific predepend…
Browse files Browse the repository at this point in the history
…s reference
  • Loading branch information
Jeremy Gill committed Aug 15, 2023
1 parent 53ec0f2 commit 94b5690
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,12 @@ deb:
fields:
Bugs: https://github.com/goreleaser/nfpm/issues

# The Debian-specific "predepends" field can be used to ensure the complete installation of a list of
# packages (including unpacking, pre- and post installation scripts) prior to the installation of the
# built package.
predepends:
- baz (>= 1.2.3-0)

apk:
# apk specific architecture name that overrides "arch" without performing any replacements.
apk_arch: armhf
Expand Down

0 comments on commit 94b5690

Please sign in to comment.