Skip to content

Commit

Permalink
add yam to sdk
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
developer-guy committed Jul 20, 2023
1 parent 6224106 commit e0d69e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/sdk/configs/latest.melange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@ pipeline:
git clone https://github.com/wolfi-dev/wolfictl.git
(cd wolfictl && make wolfictl install)
#yam
git clone https://github.com/chainguard-dev/yam.git
(cd yam && go build -v -o "${DESTDIR}/usr/bin/yam" ./..)
# sdk entrypoint
cp mount/entrypoint.sh "${DESTDIR}/usr/bin/sdk"

0 comments on commit e0d69e6

Please sign in to comment.