Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-N00B committed Mar 7, 2024
1 parent a04c7e0 commit 905ea75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ build-iso:
COPY --platform=linux/${ARCH} --keep-own +iso-image-rootfs/rootfs /build/image

COPY --if-exists ui.tar /build/image/opt/spectrocloud/emc/
RUN if [ -f /build/image/opt/spectrocloud/emc/ui.tar ]; then \
tar -xf /build/image/opt/spectrocloud/emc/ui.tar -C /build/image/opt/spectrocloud/emc && \
rm -f /build/image/opt/spectrocloud/emc/ui.tar; \
fi

IF [ "$ARCH" = "arm64" ]
RUN /entrypoint.sh --name $ISO_NAME build-iso --date=false --overlay-iso /overlay dir:/build/image --debug --output /iso/ --arch $ARCH
Expand Down

0 comments on commit 905ea75

Please sign in to comment.