Skip to content

Commit

Permalink
🎨 Keep os-release template for reusage
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Aug 8, 2022
1 parent 872c998 commit 574aed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ OSRELEASE:
ENV OS_LABEL=$OS_LABEL

# update OS-release file
RUN envsubst >/etc/os-release </usr/lib/os-release.tmpl && \
rm /usr/lib/os-release.tmpl
RUN envsubst >/etc/os-release </usr/lib/os-release.tmpl

INSTALL_K3S:
COMMAND
Expand Down

0 comments on commit 574aed9

Please sign in to comment.