Skip to content

Commit

Permalink
feat(buildenvs): Add 'gomplate' to the github action
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Oct 3, 2024
1 parent f0cf3ad commit 0fdd14e
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 0fdd14e

Please sign in to comment.