Skip to content

Commit

Permalink
feat(buildenvs): Add 'gomplate' to the github action (#1907)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <alex@unikraft.io>
Approved-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
nderjung authored Nov 13, 2024
2 parents f9a3396 + 0fdd14e commit c2596c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildenvs/github-action.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ COPY --from=qemu /share/qemu/ /share/qemu
COPY --from=qemu /lib/x86_64-linux-gnu/ /lib/x86_64-linux-gnu
COPY --from=build /github-action /usr/local/bin/github-action
COPY --from=kraftkit /kraft /usr/local/bin/kraft
COPY --from=hairyhenderson/gomplate:stable /gomplate /bin/gomplate

# Install unikraft dependencies
RUN set -xe; \
Expand Down

0 comments on commit c2596c6

Please sign in to comment.