Skip to content

Commit

Permalink
applying suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBrito committed May 16, 2024
1 parent 9fe99f4 commit 4625252
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions website/docs/signing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Signing Packages

***Note:*** Avalible on dalec release `v0.3.0+`
:::note
Available with Dalec release `v0.3.0` and later.
:::

Packages can be automatically signed using Dalec. To do this, you will
need to provide a signing frontend. There is an example in the test
Expand All @@ -17,8 +19,13 @@ targets: # Distro specific build requirements
cmdline: "/signer"
```
These are the targets that can leverage signing:
`windowscross/container`, `windowscross/zip`, `mariner2/rpm`.
At this time, these targets can leverage package signing:
- `windowscross/zip`
- `mariner2/rpm`
- `windowscross/container`

For container targets, only the artifacts within the container get signed.

This will send the artifacts (`.rpm`, `.deb`, or `.exe`) to the
signing frontend as the build context.
Expand Down

0 comments on commit 4625252

Please sign in to comment.