Skip to content

Commit

Permalink
Test kairos-agent v2.2.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jul 25, 2023
1 parent 5dcf93d commit 380de85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ base-image:
END

# TEST KAIROS-AGENT FROM BRANCH
ARG KAIROS_AGENT_DEV
ARG KAIROS_AGENT_DEV_BRANCH=main
ARG KAIROS_AGENT_DEV=true
ARG KAIROS_AGENT_DEV_BRANCH=v2.2.0-rc3
IF [ "$KAIROS_AGENT_DEV" = "true" ]
RUN rm -rf /usr/bin/kairos-agent
COPY github.com/kairos-io/kairos-agent:$KAIROS_AGENT_DEV_BRANCH+build-kairos-agent/kairos-agent /usr/bin/kairos-agent
Expand Down
4 changes: 2 additions & 2 deletions framework-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ repositories:
priority: 2
urls:
- "quay.io/kairos/packages"
reference: 20230720161527-repository.yaml
reference: 20230724151738-repository.yaml
- !!merge <<: *kairos
arch: arm64
urls:
- "quay.io/kairos/packages-arm64"
reference: 20230720163759-repository.yaml
reference: 20230724152426-repository.yaml

0 comments on commit 380de85

Please sign in to comment.