Skip to content

Commit

Permalink
🔧 : Update to use new osbuilder (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Jun 26, 2024
1 parent 32a8ae8 commit 7b71a66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-uki-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
FLAVOR: ${{ inputs.flavor }}
FLAVOR_RELEASE: ${{ inputs.flavor_release }}
TEMP_IMAGE: ttl.sh/${{ inputs.flavor }}-${{ inputs.flavor_release}}-${{ github.head_ref || github.ref }}:24h
TEMP_IMAGE: ttl.sh/${{ inputs.flavor }}-${{ inputs.flavor_release}}-${{ github.sha }}:6h
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install Go
Expand Down
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG TRIVY_VERSION=0.51.4
# renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver
ARG KAIROS_FRAMEWORK_VERSION=v2.8.5
# renovate: datasource=docker depName=quay.io/kairos/osbuilder-tools versioning=semver
ARG OSBUILDER_VERSION=v0.201.0
ARG OSBUILDER_VERSION=v0.300.0
# renovate: datasource=docker depName=golang versioning=semver
ARG GO_VERSION=1.20
# renovate: datasource=docker depName=hadolint/hadolint
Expand Down Expand Up @@ -345,7 +345,7 @@ uki-iso:
ELSE IF [ "$ENKI_OUTPUT_TYPE" == "container" ]
SAVE ARTIFACT /build/*.tar AS LOCAL build/
ELSE IF [ "$ENKI_OUTPUT_TYPE" == "uki" ]
SAVE ARTIFACT /build/*.efi AS LOCAL build/
SAVE ARTIFACT /build/* AS LOCAL build/
END

# WARNING the following targets are just for development purposes, use them at your own risk
Expand Down Expand Up @@ -619,7 +619,7 @@ arm-image:
COPY --platform=linux/arm64 +image-rootfs/rootfs /build/image
# With docker is required for loop devices
WITH DOCKER --allow-privileged
RUN /build-arm-image.sh --use-lvm --model $MODEL --directory "/build/image" /build/$IMAGE_NAME
RUN /build-arm-image.sh --model $MODEL --directory "/build/image" /build/$IMAGE_NAME
END
IF [ "$COMPRESS_IMG" = "true" ]
IF [ "$IMG_COMPRESSION" = "zstd" ]
Expand Down

0 comments on commit 7b71a66

Please sign in to comment.