Skip to content

Commit

Permalink
🤖 Propagate WITH_KERNEL correctly in +framework-image
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Aug 30, 2022
1 parent 4942786 commit 2e796af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ framework:
framework-image:
FROM scratch
ARG IMG
COPY +framework/framework /
ARG WITH_KERNEL
ARG FLAVOR
COPY (+framework/framework --FLAVOR=$FLAVOR --WITH_KERNEL=$WITH_KERNEL) /
SAVE IMAGE $IMG

framework-images:
Expand Down

0 comments on commit 2e796af

Please sign in to comment.