Skip to content

Commit

Permalink
add SPECTRO_LUET_VERSION suffix to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna committed Jul 18, 2024
1 parent a77bedc commit 890532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ base-image:
ARG LUET_REPO=luet-repo
END
RUN mkdir -p /etc/luet/repos.conf.d && \
SPECTRO_LUET_VERSION=$SPECTRO_LUET_VERSION luet repo add spectro --type docker --url $SPECTRO_LUET_REPO/$LUET_REPO --priority 1 -y && \
SPECTRO_LUET_VERSION=$SPECTRO_LUET_VERSION luet repo add spectro --type docker --url $SPECTRO_LUET_REPO/$LUET_REPO/$SPECTRO_LUET_VERSION --priority 1 -y && \
luet repo update

IF [ "$OS_DISTRIBUTION" = "rhel" ]
Expand Down

0 comments on commit 890532e

Please sign in to comment.