Skip to content

Commit

Permalink
Point to main framework
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 11, 2024
1 parent b1deff4 commit 7538e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ base-image:
ARG _CIMG=$(cat ./IMAGE)

COPY +git-version/GIT_VERSION VERSION
ARG KAIROS_AGENT_DEV_BRANCH=main
ARG KAIROS_AGENT_DEV_BRANCH
ARG IMMUCORE_DEV_BRANCH
ARG OVERLAY_FILES_DEV_BRANCH=fix_livecd_user
ARG OVERLAY_FILES_DEV_BRANCH
ARG KAIROS_PROVIDER_DEV_BRANCH

IF [ "$KAIROS_AGENT_DEV_BRANCH" != "" ]
Expand Down Expand Up @@ -328,7 +328,7 @@ base-image:

# Dev target to extract overlay files from specific commit or branch for testing
overlay-files:
ARG OVERLAY_FILES_DEV_BRANCH=fix_livecd_user
ARG OVERLAY_FILES_DEV_BRANCH
WORKDIR /build
RUN apk --no-cache add git
RUN --no-cache git clone --branch $OVERLAY_FILES_DEV_BRANCH https://github.com/kairos-io/packages.git /build/
Expand Down

0 comments on commit 7538e93

Please sign in to comment.