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 fdf6899 commit 528c22a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-gardenlinux-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Create dummy files using dd in the current directory
run: |
dd if=/dev/zero of=squashfs bs=5M count=1
dd if=/dev/zero of=initrd bs=5M count=1
dd if=/dev/zero of=vmlinuz bs=5M count=1
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
- name: List files in the current directory
run: |
Expand Down

0 comments on commit 528c22a

Please sign in to comment.