diff --git a/Earthfile b/Earthfile index 10969b8..3390e69 100644 --- a/Earthfile +++ b/Earthfile @@ -60,7 +60,7 @@ build-all-images: BUILD --platform=linux/arm64 +iso ELSE IF [ "$ARCH" = "amd64" ] BUILD --platform=linux/amd64 +iso-image - BUILD --platform=linux/amd64 +iso + BUILD --platform=linux/amd64 +iso END build-provider-images: @@ -160,7 +160,7 @@ provider-image: COPY --platform=linux/${ARCH} +kairos-provider-image/ / COPY +stylus-image/etc/kairos/branding /etc/kairos/branding - COPY +stylus-image/oem/stylus_config.yaml /etc/kairos/branding/stylus_config.yaml + # COPY +stylus-image/oem/stylus_config.yaml /etc/kairos/branding/stylus_config.yaml IF [ "$K8S_DISTRIBUTION" = "kubeadm" ] RUN luet install -y container-runtime/containerd END @@ -188,7 +188,7 @@ stylus-image: FROM $STYLUS_BASE SAVE ARTIFACT ./* SAVE ARTIFACT /etc/kairos/branding - SAVE ARTIFACT /oem/stylus_config.yaml + # SAVE ARTIFACT /oem/stylus_config.yaml kairos-provider-image: IF [ "$K8S_DISTRIBUTION" = "kubeadm" ]