Skip to content

Commit

Permalink
artifact addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-N00B committed Nov 29, 2023
1 parent a13e5d8 commit 9471e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -339,6 +339,7 @@ OS_RELEASE:
ARG HOME_URL=https://github.com/spectrocloud/CanvOS
ARG OS_REPO=spectrocloud/CanvOS
ARG OS_NAME=kairos-core-${OS_DISTRIBUTION}
ARG ARTIFACT=kairos-core-${OS_DISTRIBUTION}-$OS_VERSION

# update OS-release file
RUN sed -i -n '/KAIROS_/!p' /etc/os-release
Expand Down

0 comments on commit 9471e87

Please sign in to comment.