You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,25 @@ inputs:
59
59
Example: `ublue-os`
60
60
required: false
61
61
default: ${{ github.repository_owner }}
62
+
build_chunked_oci:
63
+
description: |
64
+
Uses `rpm-ostree compose build-chunked-oci` to rechunk the image, allowing for smaller images and smaller updates.
65
+
66
+
This will increase the build-time and take up more space during build-time.
67
+
required: false
68
+
default: "false"
69
+
max_layers:
70
+
description: |
71
+
Maximum number of layers to use when rechunking with `build-chunked-oci`.
72
+
required: false
73
+
default: 128
62
74
rechunk:
63
75
description: |
64
76
Rechunk the ostree-based result images with [github.com/hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) for more efficient diffs and updates. (lower image size, better download speed, better update resuming)
65
77
66
78
Will make your builds considerably slower. This is an experimental option, as it can cause issues with file permissions in some scenarios, so enable on your own risk.
67
79
68
-
Internally builds squashed images with podman to further reduce the image size.
80
+
*Warning*: This option will be deprecated in the future.
# from https://askubuntu.com/questions/1414446/whats-the-recommended-way-of-installing-podman-4-in-ubuntu-22-04
0 commit comments