Skip to content

Commit

Permalink
fix luet copy in build-uki-iso (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
nianyush authored Aug 14, 2024
1 parent e105dc1 commit 5f365a0
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 @@ -372,7 +372,7 @@ build-uki-iso:
COPY overlay/files-iso/ /overlay/
COPY --if-exists +validate-user-data/user-data /overlay/config.yaml
COPY --platform=linux/${ARCH} +stylus-image-pack/stylus-image.tar /overlay/stylus-image.tar
COPY --platform=linux/${ARCH} +luet/luet /overlay/luet
COPY --platform=linux/${ARCH} (+third-party/luet --binary=luet) /overlay/luet

COPY --if-exists content-*/*.zst /overlay/opt/spectrocloud/content/
COPY --if-exists "$EDGE_CUSTOM_CONFIG" /overlay/.edge_custom_config.yaml
Expand Down

0 comments on commit 5f365a0

Please sign in to comment.