Skip to content

Commit

Permalink
fix provider image for uki
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankn8 committed Jun 7, 2024
1 parent c9af5b2 commit 68f122b
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 @@ -271,7 +271,7 @@ uki-provider-image:
COPY +kairos-agent/kairos-agent /usr/bin/kairos-agent
COPY --platform=linux/${ARCH} +trust-boot-unpack/ /trusted-boot
COPY --platform=linux/${ARCH} +install-k8s/ /k8s
COPY --if-exists "$EDGE_CUSTOM_CONFIG" /overlay/.edge_custom_config.yaml
COPY --if-exists "$EDGE_CUSTOM_CONFIG" /oem/.edge_custom_config.yaml
SAVE IMAGE --push $IMAGE_PATH

trust-boot-unpack:
Expand Down

0 comments on commit 68f122b

Please sign in to comment.