Skip to content

Commit

Permalink
Update gardenlinux dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed May 7, 2024
1 parent 528c22a commit b9e0c33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-gardenlinux-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- name: Create dummy files using dd in the current directory
run: |
dd if=/dev/zero of=squashfs bs=1M count=1
dd if=/dev/zero of=initrd bs=2M count=1
dd if=/dev/zero of=vmlinuz bs=3M count=1
Expand All @@ -64,13 +63,11 @@ jobs:
- name: Push Artifact using ORAS
run: |
KVM_RAW_FILE=$(ls .build/*.raw | head -n 1)
SQUASHFS_FILE=squashfs
INITRD_FILE=initrd
VMLINUZ_FILE=vmlinuz
echo "Pushing files to ORAS..."
oras push ghcr.io/ironcore-dev/os-images/gardenlinux-dev:latest \
$KVM_RAW_FILE:application/vnd.ironcore.image.rootfs.v1alpha1.rootfs \
$SQUASHFS_FILE:application/vnd.ironcore.image.squashfs.v1alpha1.squashfs \
$INITRD_FILE:application/vnd.ironcore.image.initramfs.v1alpha1.initramfs \
$VMLINUZ_FILE:application/vnd.ironcore.image.vmlinuz.v1alpha1.vmlinuz \
--config config.json:application/vnd.ironcore.image.config.v1alpha1+json

0 comments on commit b9e0c33

Please sign in to comment.